revert fix that breaks more than it helps

This commit is contained in:
chrys 2017-07-18 01:04:38 +02:00
parent 06e80017a9
commit 55a5b741a3

View File

@ -117,7 +117,7 @@ class fenrirManager():
return
shortcut = self.environment['runtime']['inputManager'].getCurrShortcut()
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()
if command == '':
return