File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public void baseCall(string methodname, params object[] arguments)
175175 ScriptModule module = null ;
176176 if ( ! EntityDef . moduledefs . TryGetValue ( className , out module ) )
177177 {
178- Dbg . ERROR_MSG ( "entity::baseCall: entity-module(" + className + ") error! " ) ;
178+ Dbg . ERROR_MSG ( "entity::baseCall: entity-module(" + className + ") error, can not find from EntityDef.moduledefs " ) ;
179179 return ;
180180 }
181181
@@ -232,7 +232,7 @@ public void cellCall(string methodname, params object[] arguments)
232232 ScriptModule module = null ;
233233 if ( ! EntityDef . moduledefs . TryGetValue ( className , out module ) )
234234 {
235- Dbg . ERROR_MSG ( "entity::cellCall: entity-module(" + className + ") error!" ) ;
235+ Dbg . ERROR_MSG ( "entity::cellCall: entity-module(" + className + ") error, can not find from EntityDef.moduledefs !" ) ;
236236 return ;
237237 }
238238
You can’t perform that action at this time.
0 commit comments