Player fist speedboost disconnection
This commit is contained in:
parent
0a26e22b6b
commit
76ea31ad06
@ -332,10 +332,10 @@ public class Player : MonoBehaviour
|
||||
{
|
||||
attackSword = true;
|
||||
}
|
||||
if (Input.GetKeyDown(KeyCode.LeftShift))
|
||||
/*if (Input.GetKeyDown(KeyCode.LeftShift))
|
||||
{
|
||||
attackFist = true;
|
||||
}
|
||||
}*/
|
||||
if (Input.GetKeyDown(KeyCode.X))
|
||||
{
|
||||
pickaxeInUse = true;
|
||||
|
Loading…
Reference in New Issue
Block a user