diff --git a/OpenDreamClient/EntryPoint.cs b/OpenDreamClient/EntryPoint.cs index 4ef62926c8..466841abec 100644 --- a/OpenDreamClient/EntryPoint.cs +++ b/OpenDreamClient/EntryPoint.cs @@ -77,12 +77,6 @@ public override void PostInit() { _dreamInterface.Initialize(); IoCManager.Resolve().Initialize(); - - if (_configurationManager.GetCVar(CVars.DisplayCompat)) - _dreamInterface.OpenAlert( - "Compatibility Mode Warning", - "You are using compatibility mode. Clicking in-game objects is not supported in this mode.", - "Ok", null, null, null); } protected override void Dispose(bool disposing) {