From f89c256bdd2ca24698018ad0ad1767c5682f5ffc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 二月 2026 20:18:06 +0800
Subject: [PATCH] 66 【公会】基础主体-服务端(跨服中心GM命令找不到crossPlayer时直接注册;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Zhenbaoge.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Zhenbaoge.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Zhenbaoge.py
index aaee7ab..6212538 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Zhenbaoge.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Zhenbaoge.py
@@ -123,7 +123,7 @@
elif value1 == "ft":
minutes = msgList[1] if len(msgList) > 1 else 0
- leaveFamilyTimeEx = int(time.time()) - minutes * 60
+ leaveFamilyTimeEx = PlayerFamily.GetFamilyTime() - minutes * 60
PlayerControl.SetLeaveFamilyTimeEx(curPlayer, leaveFamilyTimeEx)
GameWorld.DebugAnswer(curPlayer, "设置退公会时间:%s" % GameWorld.ChangeTimeNumToStr(leaveFamilyTimeEx))
return
--
Gitblit v1.8.0