hxp
2024-03-07 53cbbf89c5afe444a420c0ec3d5c8cd05d1b1bd1
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py
@@ -148,6 +148,8 @@
def GetCachePropDataDict(curCache):
    ## 获取缓存基础属性字典信息
    if not curCache:
        return {}
    if not hasattr(curCache, "PropDataDict"):
        curCache.PropDataDict = {}
    if not curCache.PropDataDict and curCache.PropData: