Merge pull request #19 from Phlegmlee/main
Removed a stray word in the pause error message.
This commit is contained in:
@ -112,7 +112,7 @@ func check_controls(): # If you add a control, you might want to add a check for
|
|||||||
push_error("No control mapped for move backward. Please add an input map control. Disabling movement.")
|
push_error("No control mapped for move backward. Please add an input map control. Disabling movement.")
|
||||||
immobile = true
|
immobile = true
|
||||||
if !InputMap.has_action(PAUSE):
|
if !InputMap.has_action(PAUSE):
|
||||||
push_error("No control mapped for move pause. Please add an input map control. Disabling pausing.")
|
push_error("No control mapped for pause. Please add an input map control. Disabling pausing.")
|
||||||
pausing_enabled = false
|
pausing_enabled = false
|
||||||
if !InputMap.has_action(CROUCH):
|
if !InputMap.has_action(CROUCH):
|
||||||
push_error("No control mapped for crouch. Please add an input map control. Disabling crouching.")
|
push_error("No control mapped for crouch. Please add an input map control. Disabling crouching.")
|
||||||
|
Reference in New Issue
Block a user