revert fix that breaks more than it helps
This commit is contained in:
parent
06e80017a9
commit
55a5b741a3
@ -117,8 +117,8 @@ class fenrirManager():
|
|||||||
return
|
return
|
||||||
shortcut = self.environment['runtime']['inputManager'].getCurrShortcut()
|
shortcut = self.environment['runtime']['inputManager'].getCurrShortcut()
|
||||||
command = self.environment['runtime']['inputManager'].getCommandForShortcut(shortcut)
|
command = self.environment['runtime']['inputManager'].getCommandForShortcut(shortcut)
|
||||||
if len(self.environment['input']['prevDeepestInput']) >= len(self.environment['input']['currInput']):
|
#if len(self.environment['input']['prevDeepestInput']) >= len(self.environment['input']['currInput']):
|
||||||
self.wasCommand = command != '' or self.environment['runtime']['inputManager'].isFenrirKeyPressed() or self.environment['runtime']['inputManager'].isScriptKeyPressed()
|
self.wasCommand = command != '' or self.environment['runtime']['inputManager'].isFenrirKeyPressed() or self.environment['runtime']['inputManager'].isScriptKeyPressed()
|
||||||
if command == '':
|
if command == '':
|
||||||
return
|
return
|
||||||
self.environment['runtime']['commandManager'].queueCommand(command)
|
self.environment['runtime']['commandManager'].queueCommand(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user