hhg
This commit is contained in:
commit
46a079708b
|
@ -691,8 +691,7 @@ function CheckSurrenderAvailable(playedTime)
|
||||||
end
|
end
|
||||||
|
|
||||||
function SaveRecord()
|
function SaveRecord()
|
||||||
local c = ClientInstance
|
ClientInstance.client:saveRecord(json.encode(ClientInstance.record), ClientInstance.record[2])
|
||||||
c.client:saveRecord(json.encode(c.record), c.record[2])
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function GetCardProhibitReason(cid, method, pattern)
|
function GetCardProhibitReason(cid, method, pattern)
|
||||||
|
|
Loading…
Reference in New Issue