可乐瓶盖 před 4 roky
rodič
revize
52920dcb12
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Server/App/Program.cs

+ 1 - 1
Server/App/Program.cs

@@ -41,7 +41,7 @@ namespace ET
 				
 				Log.Info($"server start........................ {Game.Scene.Id}");
 
-				Game.EventSystem.Publish(new EventType.AppStart());
+				Game.EventSystem.Publish(new EventType.AppStart()).Coroutine();
 				
 				while (true)
 				{