Changed madgeek1540 to madgeek1450

Just noticed a little typing error in the developer's StringList, so I decided to fix it :)
This commit is contained in:
Dan Jones 2013-06-10 11:51:55 +02:00
parent a2a6e39db9
commit 1f87c05547

View File

@ -27,7 +27,7 @@ public class TFM_Util
private static final Map<String, Integer> eject_tracker = new HashMap<String, Integer>();
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
public static final List<String> STOP_COMMANDS = Arrays.asList("stop", "off", "end", "halt", "die");
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1540", "DarthSalamon", "AcidicCyanide", "wild1145", "HeXeRei452", "Disaster839");
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "DarthSalamon", "AcidicCyanide", "wild1145", "HeXeRei452", "Disaster839");
static
{