修改默认空用户名,修复结算时显示胜利者可能报错
This commit is contained in:
@@ -99,7 +99,6 @@ end
|
||||
|
||||
function netPLY.getCount()return #PLY end
|
||||
function netPLY.rawgetPLY(i)return PLY[i]end
|
||||
function netPLY.getUsername(uid)return getPLY(uid).username end
|
||||
function netPLY.getSID(uid)return getPLY(uid).sid end
|
||||
function netPLY.getSelfReady()return PLY[1].ready end
|
||||
function netPLY.setPlayerObj(ply,p)ply.p=p end
|
||||
|
||||
Reference in New Issue
Block a user