From 49ce8075a44b92b58ad1140963645b096c368274 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 23 五月 2019 16:27:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Lua/Gen/MapEventPointConfigWrap.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Lua/Gen/MapEventPointConfigWrap.cs b/Lua/Gen/MapEventPointConfigWrap.cs
index 8d3da39..8f1196b 100644
--- a/Lua/Gen/MapEventPointConfigWrap.cs
+++ b/Lua/Gen/MapEventPointConfigWrap.cs
@@ -303,10 +303,6 @@
         static int _g_get_MapID(RealStatePtr L)
         {
 		    try {
-                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
-			
-                MapEventPointConfig gen_to_be_invoked = (MapEventPointConfig)translator.FastGetCSObj(L, 1);
-                LuaAPI.xlua_pushinteger(L, gen_to_be_invoked.MapID);
             } catch(System.Exception gen_e) {
                 return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
             }

--
Gitblit v1.8.0