diff --git a/Code/Sandbox/Editor/GameEngine.cpp b/Code/Sandbox/Editor/GameEngine.cpp index 5c2413a440..34f938fdf8 100644 --- a/Code/Sandbox/Editor/GameEngine.cpp +++ b/Code/Sandbox/Editor/GameEngine.cpp @@ -18,6 +18,7 @@ #include #include #include +#include // AzFramework #include @@ -401,6 +402,7 @@ AZ::Outcome CGameEngine::Init( sip.bEditor = true; sip.bDedicatedServer = false; + AZ::Interface::Get()->PerformCommand("sv_isDedicated false"); sip.bPreview = bPreviewMode; sip.bTestMode = bTestMode; sip.hInstance = nullptr;