adjust command repeat

This commit is contained in:
chrys 2016-07-13 22:10:00 +02:00
parent 27dbacf4ea
commit c7facb9de6

View File

@ -62,7 +62,7 @@ class fenrir():
def handleCommands(self):
if (self.environment['commandInfo']['currCommand'] != '') and \
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.4):
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.04):
self.environment = self.environment['runtime']['commandManager'].executeCommand(self.environment, self.environment['commandInfo']['currCommand'], 'commands')
def shutdown(self):