mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-24 12:15:28 +01:00
Fix method usage
This commit is contained in:
parent
5d6287ee4b
commit
66f075dfcc
@ -36,7 +36,7 @@ public final class ChunkLoaderNPC_v1_18_R1 extends EntityPlayer implements Chunk
|
||||
|
||||
this.b = new DummyPlayerConnection(minecraftServer, this);
|
||||
|
||||
setGameMode(this.d, EnumGamemode.b);
|
||||
NMSMappings_v1_18_R1.setGameMode(this.d, EnumGamemode.b);
|
||||
clientViewDistance = 1;
|
||||
|
||||
fauxSleeping = true;
|
||||
|
Loading…
Reference in New Issue
Block a user