summaryrefslogtreecommitdiff
path: root/test-client/protocol.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-15 20:10:42 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-15 20:10:42 +0200
commit967d3a0d70aa0b002373c593c7b31168c24d0a19 (patch)
treed863fe3e86cc5e5d2034eb6d744cf366d529b2e2 /test-client/protocol.ts
parent36fedecc82f9741491f3d154afa9bc7c6c8ad712 (diff)
downloadhurrycurry-967d3a0d70aa0b002373c593c7b31168c24d0a19.tar
hurrycurry-967d3a0d70aa0b002373c593c7b31168c24d0a19.tar.bz2
hurrycurry-967d3a0d70aa0b002373c593c7b31168c24d0a19.tar.zst
empty usernames for customers
Diffstat (limited to 'test-client/protocol.ts')
-rw-r--r--test-client/protocol.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-client/protocol.ts b/test-client/protocol.ts
index e16f80d3..d5ce67ff 100644
--- a/test-client/protocol.ts
+++ b/test-client/protocol.ts
@@ -32,7 +32,7 @@ export interface Gamedata {
tile_collide: boolean[], // Look-up table for TileIndex to check tile collision with players
tile_interact: boolean[], // Look-up table for TileIndex to check if a tile is interactable
spawn: Vec2, // Where players spawn when they join.
- maps: { [key: string]: MapMetadata },
+ maps: [string, MapMetadata][],
}
export type PacketS =