mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 11:38:26 +01:00
Enable player swimming
This commit is contained in:
parent
080e652124
commit
98e8b3e991
@ -42,6 +42,7 @@ public class EntityHumanNPC extends EntityPlayer implements NPCHolder {
|
||||
netServerHandler = new EmptyNetHandler(minecraftServer, netMgr, this);
|
||||
netMgr.a(netServerHandler);
|
||||
W = STEP_HEIGHT; // fix moving up slabs and steps
|
||||
getNavigation().e(true);
|
||||
|
||||
try {
|
||||
socket.close();
|
||||
|
Loading…
Reference in New Issue
Block a user