From 967d3a0d70aa0b002373c593c7b31168c24d0a19 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Aug 2024 20:10:42 +0200 Subject: empty usernames for customers --- test-client/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/protocol.ts') 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 = -- cgit v1.2.3-70-g09d2