From 670e99443f50bc28c4355afc3ead3c762939ac6c Mon Sep 17 00:00:00 2001 From: polarathene Date: Sun, 23 Oct 2016 14:14:43 +1300 Subject: [PATCH] Version 2.32 Sync to U119.1 and two bugfixes to network methods that were missed for previous syncs (`from_server_sentry_gun_place_result` and `join_request_reply` difficulty). --- biglobby/lua/_custom/biglobby_globals.lua | 4 ++-- biglobby/mod.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 34ec199..621ace6 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.31" + return "2.32" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 231 + return 232 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 3a0bcb2..f1e7e49 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.31", + "version": "2.32", "priority" : 400, "updates": [ { - "revision": 2.31, + "revision": 2.32, "identifier": "bkin-biglobby" } ],