[Docs] Specified NetworkItem player is about the player slot of the location, not who the item is intended for (#217)

This commit is contained in:
Jarno Westhof
2022-01-18 19:01:51 +01:00
committed by GitHub
parent ffc7715f1b
commit 5df4d2f2fd
2 changed files with 8 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ class JSONtoTextParser(metaclass=HandlerMeta):
node["color"] = 'cyan'
elif flags & 1 << 0: # advancement
node["color"] = 'plum'
elif flags & 1 << 1: # never_eclude
elif flags & 1 << 1: # never_exclude
node["color"] = 'slateblue'
elif flags & 1 << 2: # trap
node["color"] = 'salmon'