From 46cf1dde27136246ab377e07878fab0c0046df64 Mon Sep 17 00:00:00 2001 From: polarathene Date: Fri, 11 Nov 2016 23:23:16 +1300 Subject: [PATCH] Version 2.35 Two bugfixes. An unknown cause in a files code reduction caused xbox 360 controllers to stop working and a typo was preventing lobbies from accepting more than 4 players. --- 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 831c7bd..359bdd1 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.34" + return "2.35" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 234 + return 235 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 2a39e1e..2358df2 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.34", + "version": "2.35", "priority" : 400, "updates": [ { - "revision": 2.34, + "revision": 2.35, "identifier": "bkin-biglobby" } ],