forked from mirrors/webxoss-core
release WX14
This commit is contained in:
parent
dc4a625c94
commit
c9ec6b6213
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
function RoomManager (cfg) {
|
||||
this.VERSION = 64;
|
||||
this.VERSION = 65;
|
||||
|
||||
this.MAX_ROOMS = cfg.MAX_ROOMS;
|
||||
this.MAX_CLIENTS = cfg.MAX_CLIENTS;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 875e069cf6313a156ce40b7e9d07047066553e9f
|
||||
Subproject commit b197ea32941722470e074d91bc6f345f3d9ec6de
|
Loading…
Reference in a new issue