diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 4602762..03aa2b7 100644 --- a/biglobby/lua/_custom/biglobby_globals.lua +++ b/biglobby/lua/_custom/biglobby_globals.lua @@ -59,13 +59,13 @@ if not _G.BigLobbyGlobals then -- Semantic versioning function BigLobbyGlobals:version() - return "2.36" + return "2.37" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 236 + return 237 end @@ -98,6 +98,7 @@ if not _G.BigLobbyGlobals then 'from_server_sentry_gun_place_result', 'sync_equipment_setup', 'sync_ammo_bag_setup', + 'on_sole_criminal_respawned', 'sync_grenades', 'sync_carry_data', 'sync_throw_projectile', diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 81db4ab..c1a1304 100644 --- a/biglobby/mod.txt +++ b/biglobby/mod.txt @@ -3,11 +3,11 @@ "description": "Increase the player limit of a lobby from the original 4.", "author": "Polarathene", "contact": "no@support.com", - "version": "2.36", + "version": "2.37", "priority" : 400, "updates": [ { - "revision": 2.36, + "revision": 2.37, "identifier": "bkin-biglobby" } ],