This commit is contained in:
hahwu 2025-12-15 10:16:06 +08:00
parent 9ed4b2a6d1
commit 5584876ce1

View File

@ -363,7 +363,7 @@ func ReqGmCommand_(player *Player, Command string) error {
player.PushClientRes(PlayroomMod.NotifyLose()) player.PushClientRes(PlayroomMod.NotifyLose())
case "save": case "save":
player.PlayMod.ClearData(player) player.PlayMod.ClearData(player)
case "outline": case "logout":
a := player.GetAgent() a := player.GetAgent()
a.Close() a.Close()
player.ClearData() player.ClearData()