minor stuff
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Game
|
||||
Console.Init();
|
||||
|
||||
onExit = new InputEvent("Exit");
|
||||
onExit.Triggered += () =>
|
||||
onExit.Pressed += () =>
|
||||
{
|
||||
if (Console.IsSafeToQuit)
|
||||
Engine.RequestExit();
|
||||
@@ -137,7 +137,7 @@ namespace Game
|
||||
//FlaxEditor.Editor.Instance.PlayModeBegin -= Instance_PlayModeBegin;
|
||||
LoadConfig();
|
||||
//GameMode.Connect();
|
||||
GameModeManager.Init();
|
||||
WorldStateManager.Init();
|
||||
//NetworkManager.StartServer();
|
||||
|
||||
//GameMode.StartServer(true);
|
||||
|
||||
Reference in New Issue
Block a user