mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-28 05:35:45 +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);
|
netServerHandler = new EmptyNetHandler(minecraftServer, netMgr, this);
|
||||||
netMgr.a(netServerHandler);
|
netMgr.a(netServerHandler);
|
||||||
W = STEP_HEIGHT; // fix moving up slabs and steps
|
W = STEP_HEIGHT; // fix moving up slabs and steps
|
||||||
|
getNavigation().e(true);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
socket.close();
|
socket.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user