Skip to content

Commit

Permalink
Version 2.47
Browse files Browse the repository at this point in the history
Sync to U167.1
Updated credits to include important contributor.
  • Loading branch information
polarathene committed Dec 10, 2017
1 parent 0155e03 commit d36ffbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 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.46"
return "2.47"
end


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


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

0 comments on commit d36ffbf

Please sign in to comment.