Fixed incorrect parameters error when new loaders are created

This commit is contained in:
OmerBenGera 2022-08-05 23:40:08 +03:00
parent 1574f86914
commit a13e760e8b
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ public final class ChunkLoaderNPC extends EntityPlayer implements com.bgsoftware
this.b = new DummyPlayerConnection(minecraftServer, this);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b, null);
clientViewDistance = 1;
fauxSleeping = true;

View File

@ -50,7 +50,7 @@ public final class ChunkLoaderNPC extends EntityPlayer implements com.bgsoftware
this.b = new DummyPlayerConnection(minecraftServer, this);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b, null);
clientViewDistance = 1;
fauxSleeping = true;

View File

@ -50,7 +50,7 @@ public final class ChunkLoaderNPC extends EntityPlayer implements com.bgsoftware
this.b = new DummyPlayerConnection(minecraftServer, this);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b);
SET_GAMEMODE.invoke(this.d, EnumGamemode.b, null);
clientViewDistance = 1;
fauxSleeping = true;