mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-18 10:34:22 +01:00
I Identify as a client world!
This commit is contained in:
parent
aa05d0fcc0
commit
534f1642ab
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ public class DWorld extends World {
|
||||||
public DWorld() {
|
public DWorld() {
|
||||||
super(null, new WorldInfo(
|
super(null, new WorldInfo(
|
||||||
new WorldSettings(0, GameType.NOT_SET, false, false, WorldType.DEFAULT), "MpServer"),
|
new WorldSettings(0, GameType.NOT_SET, false, false, WorldType.DEFAULT), "MpServer"),
|
||||||
new WorldProviderSurface(), null, false);
|
new WorldProviderSurface(), null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue