playroom优化
This commit is contained in:
parent
20e6023c5e
commit
0801743ee0
@ -302,7 +302,7 @@ func ReqGmCommand_(player *Player, Command string) error {
|
|||||||
player.PushClientRes(ChessMod.BackData())
|
player.PushClientRes(ChessMod.BackData())
|
||||||
case "addChip":
|
case "addChip":
|
||||||
PlayroomMod := player.PlayMod.getPlayroomMod()
|
PlayroomMod := player.PlayMod.getPlayroomMod()
|
||||||
PlayroomMod.AddChip()
|
PlayroomMod.AddChip(1, 1)
|
||||||
player.PushClientRes(PlayroomMod.NotifyLose())
|
player.PushClientRes(PlayroomMod.NotifyLose())
|
||||||
case "save":
|
case "save":
|
||||||
player.PlayMod.ClearData(player)
|
player.PlayMod.ClearData(player)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user