From 4e1a9fe0210fd66a9d8e4a795c2608a46b00ed47 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 19 一月 2019 18:04:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Lua/LuaUtility.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Lua/LuaUtility.cs b/Lua/LuaUtility.cs
index a7432cb..fc0ce7c 100644
--- a/Lua/LuaUtility.cs
+++ b/Lua/LuaUtility.cs
@@ -38,8 +38,10 @@
Do("global.define");
Do("global.stringutil");
Do("protocol.LuaProtocalRegister");
- Do("hotfix.hotfix");
+#if !UNITY_EDITOR
+ Do("hotfix.hotfix");
+#endif
lastGCTime = 0f;
}
--
Gitblit v1.8.0