13
paper-server/nms-patches/PlayerAbilities.patch
Normal file
13
paper-server/nms-patches/PlayerAbilities.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- /home/matt/mc-dev-private//net/minecraft/server/PlayerAbilities.java 2015-02-26 22:40:22.987608135 +0000
|
||||
+++ src/main/java/net/minecraft/server/PlayerAbilities.java 2015-02-26 22:40:22.987608135 +0000
|
||||
@@ -7,8 +7,8 @@
|
||||
public boolean canFly;
|
||||
public boolean canInstantlyBuild;
|
||||
public boolean mayBuild = true;
|
||||
- private float flySpeed = 0.05F;
|
||||
- private float walkSpeed = 0.1F;
|
||||
+ public float flySpeed = 0.05F; // CraftBukkit - public
|
||||
+ public float walkSpeed = 0.1F; // CraftBukkit - public
|
||||
|
||||
public PlayerAbilities() {}
|
||||
|
||||
Reference in New Issue
Block a user