add volume
This commit is contained in:
parent
b81b35a6cf
commit
38adf5eaf4
@ -48,7 +48,7 @@ class fenrir():
|
||||
|
||||
def handleCommands(self):
|
||||
if (self.environment['commandInfo']['currCommand'] != '') and \
|
||||
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.05):
|
||||
(time.time() - self.environment['commandInfo']['lastCommandTime'] >= 0.02):
|
||||
self.environment = self.environment['runtime']['commandManager'].executeCommand(self.environment, self.environment['commandInfo']['currCommand'], 'commands')
|
||||
|
||||
def shutdown(self):
|
||||
|
Loading…
Reference in New Issue
Block a user