ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
@@ -202,6 +202,10 @@ # return 0 return curPlayer.GetVIPLv() ##聊天气泡框 def GetChatBubbleBox(curPlayer): return curPlayer.GetExAttr10() def SetChatBubbleBox(curPlayer, value): return curPlayer.SetExAttr10(value) ## 是否脱机挂机状态 def GetIsTJG(curPlayer): if curPlayer.GetDictByKey(ChConfig.Def_OnlineType):