Remove extra semicolon

Closes #4
This commit is contained in:
Eric Stokes 2011-06-03 10:25:20 -04:00
parent 4556b0d4c6
commit 33b846cf22

View File

@ -62,7 +62,7 @@ public class CreateCommand extends BaseCommand {
Environment environment = null;
// Don't reference the enum directly as there aren't that many, and we can be more forgiving to users this way
if (env.equalsIgnoreCase("HELL"))
env = "NETHER";;
env = "NETHER";
if (env.equalsIgnoreCase("SKYLAND") || env.equalsIgnoreCase("STARWARS"))
env = "SKYLAND";