回合制模式使用玩家sid处理回合顺序

本地玩家也有sid了(跟id相同)
This commit is contained in:
MrZ626
2021-09-26 11:37:49 +08:00
parent 2279eb8e31
commit 653debbbc2
3 changed files with 23 additions and 13 deletions

View File

@@ -175,7 +175,7 @@ local function _newEmptyPlayer(id,mini)
--User-related
P.username=""
P.uid=false
P.sid=false
P.sid=id
--Block states
--[[