remove command repeat hack

This commit is contained in:
chrys 2016-09-29 22:46:02 +02:00
parent 8bedf94073
commit 51e5935e19

View File

@ -83,8 +83,7 @@ class fenrir():
self.wasCommand = command != ''
if command == '':
return
if time.time() - self.environment['commandInfo']['lastCommandExecutionTime'] < 0.3:
return
self.environment['runtime']['commandManager'].queueCommand(command)