mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
📦 release WX16
This commit is contained in:
parent
6d4712eef5
commit
05172c0de2
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
function RoomManager (cfg) {
|
||||
this.VERSION = 68;
|
||||
this.VERSION = 69;
|
||||
|
||||
this.MAX_ROOMS = cfg.MAX_ROOMS;
|
||||
this.MAX_CLIENTS = cfg.MAX_CLIENTS;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e0d34773d8e3ddc528562926b4fe415b1e9e503
|
||||
Subproject commit 551d8a3d9d48caf71610c4c25127116f40036d0a
|
Loading…
Reference in a new issue