From 77b0f4f5acec30f9be8c7eeadfc25d9641ca26f3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 26 五月 2025 11:46:13 +0800 Subject: [PATCH] 16 卡牌服务端(删除脱机挂) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 5 ----- 1 files changed, 0 insertions(+), 5 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 65509d3..80b6b6f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -45,7 +45,6 @@ import PetControl import ItemControler import PlayerGuaji -import PlayerTJG import AICommon import PlayerSuccess import CrossPlayerData @@ -58,8 +57,6 @@ import PlayerFlashSale import PlayerChatBox import PlayerFace -import PlayerWing -import ChEquip import PlayerYinji import PlayerActivity import PlayerBackup @@ -1274,8 +1271,6 @@ #副本相关时间处理 PlayerFB.DoPlayerFBTimeProcess(curPlayer, tick) - #脱机计算 - #PlayerTJG.ProcessPlayerTJG(curPlayer, tick) #挂机收益 PlayerGuaji.ProcessGuaji(curPlayer) -- Gitblit v1.8.0