From d36ffbff79da8f447f15ecf98c9f5e3257e9b42e Mon Sep 17 00:00:00 2001 From: Brennan Kinney Date: Sun, 10 Dec 2017 18:26:48 +1300 Subject: [PATCH] Version 2.47 Sync to U167.1 Updated credits to include important contributor. --- README.md | 2 ++ biglobby/lua/_custom/biglobby_globals.lua | 4 ++-- biglobby/mod.txt | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3dacec..a67e078 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ A later update can provide a fix by allowing multiples of a character to join th **[I am not a spy...](https://github.com/antonpup)** - Huge help with testing and suggested the network issues fix via pdmod. +**[steam-test1](https://github.com/steam-test1)** - Updated the mod to BLT 2.0, updated several months worth of network method changes. Fixed some bugs. + **Luffy** - Helped with some testing and making some changes to support custom HUDs. **Snh20** - Helped work on the pdmod file and some testing. diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 42b975a..9977eae 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.46" + return "2.47" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 246 + return 247 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index a16a89d..efc598c 100644 --- a/biglobby/mod.txt +++ b/biglobby/mod.txt @@ -3,12 +3,12 @@ "description": "Increase the player limit of a lobby from the original 4.", "author": "Polarathene", "contact": "no@support.com", - "version": "2.46", + "version": "2.47", "blt_version": 2, "priority" : 400, "updates": [ { - "revision": 2.46, + "revision": 2.47, "identifier": "bkin-biglobby" } ],