Logging reduziert.
This commit is contained in:
@@ -100,10 +100,9 @@ class WorldParser():
|
||||
gegenstand.sichtbar = visible.lower() not in ['false','False','0']
|
||||
#logging.debug('Gegenstand ' + gegenstand.name + ' ist sichtbar: ' + str(gegenstand.sichtbar))
|
||||
gegenstand.pickupmsg = msgid
|
||||
logging.debug('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)
|
||||
# logging.debug('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)
|
||||
|
||||
raum.items[id] = gegenstand
|
||||
logging.debug(f'Hinzufügen Gegenstand vom Typ: {str(type(gegenstand))}')
|
||||
self.world.gegenstaende[id] = gegenstand
|
||||
else:
|
||||
if raum != '-1':
|
||||
|
Reference in New Issue
Block a user