瀏覽代碼

Merge branch 'Preview4_0_w_translucencyWIP' of https://github.com/Areloch/Torque3D into Preview4_0_w_translucencyWIP

AzaezelX 6 年之前
父節點
當前提交
99d7a7ea96
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Templates/BaseGame/game/main.cs.in

+ 3 - 0
Templates/BaseGame/game/main.cs.in

@@ -25,6 +25,9 @@ ModuleDatabase.LoadExplicit( "CoreModule" );
 ModuleDatabase.scanModules( "data", false );
 ModuleDatabase.LoadGroup( "Game" );
 
+//Finally, initialize the client/server structure
+ModuleDatabase.LoadExplicit( "Core_ClientServer" );
+
 if( !$isDedicated )
 {
    // Start rendering and stuff.