Skip to content

Commit

Permalink
Revert "remove clickmap warning"
Browse files Browse the repository at this point in the history
This reverts commit 9af8ecd.
  • Loading branch information
amylizzle committed May 27, 2024
1 parent 9af8ecd commit 1754c10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OpenDreamClient/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ public override void PostInit() {

_dreamInterface.Initialize();
IoCManager.Resolve<IDreamSoundEngine>().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) {
Expand Down

0 comments on commit 1754c10

Please sign in to comment.