From 99951bc573a9a4a5d762bb5991e82488ff7d0ac7 Mon Sep 17 00:00:00 2001 From: Shaun Bennett Date: Tue, 26 Aug 2014 04:20:33 -0500 Subject: [PATCH] Fix achievement typos --- .../src/mineplex/core/achievement/Achievement.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/achievement/Achievement.java b/Plugins/Mineplex.Core/src/mineplex/core/achievement/Achievement.java index e4ef2fb07..32ad9dba6 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/achievement/Achievement.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/achievement/Achievement.java @@ -11,7 +11,7 @@ public enum Achievement //Bridges BRIDGES_WINS("Bridge Champion", 600, new String[] {"The Bridges.Wins"}, - new String[] {"Win 50 games of Survival Games"}, + new String[] {"Win 50 games of The Bridges"}, new int[] {50}, AchievementCategory.BRIDGES), @@ -154,7 +154,7 @@ public enum Achievement //Draw My Thing DRAW_MY_THING_WINS("Art Hipster", 600, new String[] {"Draw My Thing.Wins"}, - new String[] {"Win 50 games of Block Hunt"}, + new String[] {"Win 50 games of Draw My Thing"}, new int[] {50}, AchievementCategory.DRAW_MY_THING), @@ -334,7 +334,7 @@ public enum Achievement //Dragons DRAGONS_WINS("Dragon Tamer", 600, new String[] {"Dragons.Wins"}, - new String[] {"Win 50 games of Snake"}, + new String[] {"Win 50 games of Dragons"}, new int[] {50}, AchievementCategory.DRAGONS),