房间版本开始使用独立版本号

This commit is contained in:
MrZ626
2021-07-10 21:44:24 +08:00
parent 89218c7529
commit 00859ee26b
3 changed files with 3 additions and 9 deletions

View File

@@ -310,7 +310,7 @@ function NET.createRoom(roomName,description,capacity,roomType,roomData,password
roomInfo={
name=roomName,
type=roomType,
version=VERSION.short,
version=VERSION.room,
description=description,
},
roomData=roomData,