hhg
This commit is contained in:
commit
43fe5d43df
|
@ -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)
|
||||||
|
@ -743,6 +742,10 @@ function PoxiFeasible(poxi_type, selected, data)
|
||||||
local poxi = Fk.poxi_methods[poxi_type]
|
local poxi = Fk.poxi_methods[poxi_type]
|
||||||
if not poxi then return "false" end
|
if not poxi then return "false" end
|
||||||
return json.encode(poxi.feasible(selected, data))
|
return json.encode(poxi.feasible(selected, data))
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
>>>>>>> 30b363ef775598c6c6510ceb17e70ca01bd2f677
|
||||||
|
>>>>>>> 269c4fdee7d25ef0b05982793d8710a738edd69b
|
||||||
end
|
end
|
||||||
|
|
||||||
dofile "lua/client/i18n/init.lua"
|
dofile "lua/client/i18n/init.lua"
|
||||||
|
|
Loading…
Reference in New Issue