mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 08:00:02 +03:00
14 lines
504 B
Diff
14 lines
504 B
Diff
--- ../src-base/minecraft/net/minecraft/entity/player/PlayerCapabilities.java
|
|
+++ ../src-work/minecraft/net/minecraft/entity/player/PlayerCapabilities.java
|
|
@@ -11,8 +11,8 @@
|
|
public boolean allowFlying;
|
|
public boolean isCreativeMode;
|
|
public boolean allowEdit = true;
|
|
- private float flySpeed = 0.05F;
|
|
- private float walkSpeed = 0.1F;
|
|
+ public float flySpeed = 0.05F;
|
|
+ public float walkSpeed = 0.1F;
|
|
|
|
public void writeCapabilitiesToNBT(NBTTagCompound tagCompound)
|
|
{
|