remove command repeat hack
This commit is contained in:
parent
8bedf94073
commit
51e5935e19
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user