diff --git a/NET.worlds.scape.World.md b/NET.worlds.scape.World.md index f015ee7..53ec634 100644 --- a/NET.worlds.scape.World.md +++ b/NET.worlds.scape.World.md @@ -5,9 +5,8 @@ Note that as with all objects, there will first be an object ID, then a class ID | Version | Type | Name/Description | | --- | --- | --- | | All | Version for World | Version for World, 0-13 | -| World >= 1 | Version for SuperRoot | Version for SuperRoot, 0-2 | -| All | String | World name (part of SuperRoot in World >=1. Move this to Implicit SuperRoot) | -| World >= 1, SuperRoot == 1 | MaybeNull | Unknown, discarded | +| World == 0 | String | World name | +| World >= 1 | Implicit [[SuperRoot|NET.worlds.scape.SuperRoot]] | World name | | All | String | Default room name | | World <= 6 | String | Server URL, read in an "old" way, might need further description. "UNSHARED" equivalent to null | | World == 7 | String | Server URL. If null, assumed to a default value, otherwise, World considered to be multiuser |