From a972cc7ea6c2cd055a2c6a45df80fb79a52d4b00 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 06 十二月 2022 18:31:52 +0800 Subject: [PATCH] 9651 【后端】玩家个人数据保存问题(地图玩家支持按每个玩家独立备档) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 1816ccc..2a05c49 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -58,6 +58,7 @@ import ChEquip import PlayerYinji import PlayerActivity +import PlayerBackup #--------------------------------------------------------------------- #--------------------------------------------------------------------- @@ -1161,6 +1162,9 @@ #GameWorld.Log("玩家还未初始化成功, 不处理") return + #定时备档 + PlayerBackup.CheckPlayerBackup(curPlayer) + #被GM封状态响应 ProcessGMOperLogic(curPlayer, tick) -- Gitblit v1.8.0