diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 797fc3b..9cda5d3 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.38" + return "2.39" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 238 + return 239 end @@ -88,7 +88,8 @@ if not _G.BigLobbyGlobals then 'preplanning_reserved', 'draw_preplanning_event', 'sync_explode_bullet', - 'sync_flame_bullet' + 'sync_flame_bullet', + 'sync_crime_spree_level' } local unit_network_handler_funcs = { diff --git a/biglobby/mod.txt b/biglobby/mod.txt index ae49bc6..b2b3553 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.38", + "version": "2.39", "priority" : 400, "updates": [ { - "revision": 2.38, + "revision": 2.39, "identifier": "bkin-biglobby" } ],