From 26436be7f1ae7d7edae0d5b4bddf85cdf0367dfb Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 21 一月 2019 11:34:47 +0800
Subject: [PATCH] Merge http://192.168.0.87:10010/r/snxxz_scripts into SpringFestival

---
 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