Skip to content

Commit

Permalink
Version 2.39
Browse files Browse the repository at this point in the history
Sync to U142
  • Loading branch information
polarathene committed Apr 26, 2017
1 parent d989c7e commit 45ceb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions biglobby/lua/_custom/biglobby_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions biglobby/mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 45ceb46

Please sign in to comment.