mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Updated to rename revision 02
This commit is contained in:
@@ -165,7 +165,7 @@ public class MinecraftServer implements Runnable, ICommandListener, IMinecraftSe
|
||||
}
|
||||
}
|
||||
|
||||
WorldType worldtype = WorldType.a(s2);
|
||||
WorldType worldtype = WorldType.getType(s2);
|
||||
|
||||
if (worldtype == null) {
|
||||
worldtype = WorldType.NORMAL;
|
||||
|
Reference in New Issue
Block a user