Raumkonstanten.

This commit is contained in:
Olli Graf
2022-04-27 08:25:18 +02:00
parent 0ded3de76e
commit 71e76c957e
5 changed files with 40 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ class WorldParser():
gegenstand.imobil = imobil.lower() in ['true','True','1']
logging.debug('itemid= ' + id + ',visible= ' + visible)
gegenstand.sichtbar = visible.lower() not in ['false','False','0']
logging.debug('Gegenstand ' + gegenstand.name + ' ist sichtbar: ' + str(gegenstand.sichtbar))
#logging.debug('Gegenstand ' + gegenstand.name + ' ist sichtbar: ' + str(gegenstand.sichtbar))
gegenstand.pickupmsg = msgid
print('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)