mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Fixed logging into the correct world
This commit is contained in:
@@ -65,7 +65,11 @@ public class ServerConfigurationManager {
|
||||
}
|
||||
|
||||
public void a(WorldServer worldserver) {
|
||||
this.l = new PlayerNBTManager(new File(worldserver.t, "players"));
|
||||
// Craftbukkit start
|
||||
if (this.l == null) {
|
||||
this.l = new PlayerNBTManager(new File(worldserver.t, "players"));
|
||||
}
|
||||
// Craftbukkit end
|
||||
}
|
||||
|
||||
public int a() {
|
||||
|
Reference in New Issue
Block a user