Explorar o código

消灭警告 (#291)

可乐瓶盖 %!s(int64=4) %!d(string=hai) anos
pai
achega
52920dcb12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 				{