Player fist speedboost disconnection

This commit is contained in:
Jakub Sztuba 2023-01-10 04:23:56 +01:00
parent 0a26e22b6b
commit 76ea31ad06

View File

@ -332,10 +332,10 @@ public class Player : MonoBehaviour
{ {
attackSword = true; attackSword = true;
} }
if (Input.GetKeyDown(KeyCode.LeftShift)) /*if (Input.GetKeyDown(KeyCode.LeftShift))
{ {
attackFist = true; attackFist = true;
} }*/
if (Input.GetKeyDown(KeyCode.X)) if (Input.GetKeyDown(KeyCode.X))
{ {
pickaxeInUse = true; pickaxeInUse = true;