mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-21 11:46:46 +01:00
Fixed errors when spawning npcs for chunk loaders in 1.17 (#53)
* Update gradle.properties * Remove parameter type duplicate Fix bug as of issue #49 * Switch fix
This commit is contained in:
parent
ba5e2637ff
commit
b96da57311
@ -43,7 +43,7 @@ public final class ChunkLoaderNPC_v1_17_R1 extends EntityPlayer implements Chunk
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user