Skip to content

Commit

Permalink
Version 2.37
Browse files Browse the repository at this point in the history
Sync to U128.
  • Loading branch information
polarathene committed Jan 8, 2017
1 parent e4b84cc commit 30ebfb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.36"
return "2.37"
end


-- GameVersion for matchmaking, integer is expected
function BigLobbyGlobals:gameversion()
return 236
return 237
end


Expand Down Expand Up @@ -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',
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": "[email protected]",
"version": "2.36",
"version": "2.37",
"priority" : 400,
"updates": [
{
"revision": 2.36,
"revision": 2.37,
"identifier": "bkin-biglobby"
}
],
Expand Down

0 comments on commit 30ebfb2

Please sign in to comment.