You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a valid command ends in a character that is registered with a keyUp event, D for example, if that character is held for while pressing enter (cannot be held long enough for it to count as repeated putting in the same character) it will still trigger the keyUp event and can make the player's movement off.
How To Reproduce
Steps to reproduce the behaviour:
Open terminal
Type 'load' and hold the d while clicking enter
Let go of d
Expected Behaviour
Nothing occurs
Additional Context
Hard to reproduce as you need to hold the button but not long enough so it triggers more d's to be writtern, as such most likely won't be fixed as 1) Terminal is for developers and won't impend on usual player experience, and 2) Unlike previous bug with terminal it is hard to do unless you go out of your way to do so.
Temporary Fix
Let go of characters before clicking the enter key to submit a command.
The text was updated successfully, but these errors were encountered:
Description
If a valid command ends in a character that is registered with a keyUp event, D for example, if that character is held for while pressing enter (cannot be held long enough for it to count as repeated putting in the same character) it will still trigger the keyUp event and can make the player's movement off.
How To Reproduce
Steps to reproduce the behaviour:
Expected Behaviour
Nothing occurs
Additional Context
Hard to reproduce as you need to hold the button but not long enough so it triggers more d's to be writtern, as such most likely won't be fixed as 1) Terminal is for developers and won't impend on usual player experience, and 2) Unlike previous bug with terminal it is hard to do unless you go out of your way to do so.
Temporary Fix
Let go of characters before clicking the enter key to submit a command.
The text was updated successfully, but these errors were encountered: