auto: bis Keller
This commit is contained in:
3
World.py
3
World.py
@@ -160,11 +160,14 @@ class World:
|
||||
|
||||
|
||||
def parseInput(self,input):
|
||||
logging.debug(f'parseInput() {input}')
|
||||
words = input.split(' ')
|
||||
parsedCommand = ParsedCommand.ParsedCommand()
|
||||
words = self.removeSortouts(words,parsedCommand)
|
||||
befehlid = self.ermittleBefehlId(words[0])
|
||||
|
||||
logging.debug(f'parseInput() befehlid {befehlid}')
|
||||
|
||||
if befehlid != None:
|
||||
befehl = self.befehle[befehlid]
|
||||
parsedCommand.commandid = befehl.id
|
||||
|
Reference in New Issue
Block a user