From 6fdf796af995898081eddc3ce0ac8ee53ae73fb9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 23 十一月 2024 21:06:39 +0800
Subject: [PATCH] 0312 所有表改成如果未初始化就被调用输出报错
---
Core/GameEngine/Model/Config/VIPKillNPCConfig.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/VIPKillNPCConfig.cs b/Core/GameEngine/Model/Config/VIPKillNPCConfig.cs
index d6e1640..2370229 100644
--- a/Core/GameEngine/Model/Config/VIPKillNPCConfig.cs
+++ b/Core/GameEngine/Model/Config/VIPKillNPCConfig.cs
@@ -50,7 +50,7 @@
{
if (!inited)
{
- Debug.Log("VIPKillNPCConfig 杩樻湭瀹屾垚鍒濆鍖栥��");
+ Debug.LogError("VIPKillNPCConfig 杩樻湭瀹屾垚鍒濆鍖栥��");
return null;
}
--
Gitblit v1.8.0