Browse Source

消灭警告 (#291)

可乐瓶盖 4 năm trước cách đây
mục cha
commit
52920dcb12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 				{