diff --git a/Minecraft Client/Assets/Scripts/Game/Player.cs b/Minecraft Client/Assets/Scripts/Game/Player.cs index 9b1da30..901d4bb 100644 --- a/Minecraft Client/Assets/Scripts/Game/Player.cs +++ b/Minecraft Client/Assets/Scripts/Game/Player.cs @@ -30,7 +30,7 @@ public class Player : MonoBehaviour private Vector3 lastPosition = new Vector3(); private Quaternion lastRotation = new Quaternion(); - private byte currentBlock = 0; + private byte currentBlock = 1; //network private Client client = null;