From 46d7e793031a4ac534aa50da43408f4330abe8dc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 9 Feb 2024 00:05:05 -0500 Subject: Timer --- racing/lobby.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'racing/lobby.gd') diff --git a/racing/lobby.gd b/racing/lobby.gd index 38402de..c6a3e24 100644 --- a/racing/lobby.gd +++ b/racing/lobby.gd @@ -15,7 +15,7 @@ const MAX_PLAYERS = 250 const PROTOCOL_VERSION = 2 const RECIPIENT_BROADCAST_ALL = -1 const LOBBY_MAP_NAME = "ll1_racing" -const VERSION = "0.0.6" +const VERSION = "0.0.7" const LL1_AREAS = [ ["Starting Room", 0, 0, 0], -- cgit 1.4.1