mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-02 13:41:22 +01:00
parent
4556b0d4c6
commit
33b846cf22
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user