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)
175
175
ScriptModule module = null ;
176
176
if ( ! EntityDef . moduledefs . TryGetValue ( className , out module ) )
177
177
{
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 " ) ;
179
179
return ;
180
180
}
181
181
@@ -232,7 +232,7 @@ public void cellCall(string methodname, params object[] arguments)
232
232
ScriptModule module = null ;
233
233
if ( ! EntityDef . moduledefs . TryGetValue ( className , out module ) )
234
234
{
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 !" ) ;
236
236
return ;
237
237
}
238
238
You can’t perform that action at this time.
0 commit comments