We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5088143 commit d4dde69Copy full SHA for d4dde69
biglobby/lua/_custom/biglobby_globals.lua
@@ -59,13 +59,13 @@ if not _G.BigLobbyGlobals then
59
60
-- Semantic versioning
61
function BigLobbyGlobals:version()
62
- return "2.42"
+ return "2.43"
63
end
64
65
66
-- GameVersion for matchmaking, integer is expected
67
function BigLobbyGlobals:gameversion()
68
- return 242
+ return 243
69
70
71
biglobby/mod.txt
@@ -3,11 +3,11 @@
3
"description": "Increase the player limit of a lobby from the original 4.",
4
"author": "Polarathene",
5
"contact": "[email protected]",
6
- "version": "2.42",
+ "version": "2.43",
7
"priority" : 400,
8
"updates": [
9
{
10
- "revision": 2.42,
+ "revision": 2.43,
11
"identifier": "bkin-biglobby"
12
}
13
],
0 commit comments