You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/network protocol.md
-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ Sent to clients when they connect to an Archipelago server.
74
74
| hint_cost | int | The amount of points it costs to receive a hint from the server. |
75
75
| location_check_points | int | The amount of hint points you receive per item/location check completed. ||
76
76
| games | list\[str\]| List of games present in this multiworld. |
77
-
| datapackage_version | int | Sum of individual games' datapackage version. Deprecated. Use `datapackage_versions` instead. |
78
77
| datapackage_versions | dict\[str, int\]| Data versions of the individual games' data packages the server will send. Used to decide which games' caches are outdated. See [Data Package Contents](#Data-Package-Contents). |
79
78
| seed_name | str | uniquely identifying name of this generation |
80
79
| time | float | Unix time stamp of "now". Send for time synchronization if wanted for things like the DeathLink Bounce. |
0 commit comments