Fuck you intellij

This commit is contained in:
TadahTech 2016-09-01 05:49:59 -05:00
parent 53846acbf6
commit 107a296239
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class MavericksWorldManager extends MiniPlugin
{ {
super("Mavericks World", plugin); super("Mavericks World", plugin);
WorldCreator wc = new WorldCreator("Mav_Stadium"); WorldCreator wc = new WorldCreator("Mav_Lobby");
wc.generator(new WorldGenCleanRoom()); wc.generator(new WorldGenCleanRoom());
_world = wc.createWorld(); _world = wc.createWorld();