Skip to content

Commit e10a958

Browse files
committed
up
1 parent e69b1f8 commit e10a958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

KBEngine.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ public void Client_onCreatedProxies(UInt64 rndUUID, Int32 eid, string entityType
14351435
if(!EntityDef.moduledefs.TryGetValue(entityType, out module))
14361436
{
14371437
Dbg.ERROR_MSG("KBEngine::Client_onCreatedProxies: not found module(" + entityType + ")!");
1438+
return;
14381439
}
14391440

14401441
Type runclass = module.script;

0 commit comments

Comments
 (0)