Skip to content

Commit

Permalink
properly disable beta patch notes screen for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedster59 committed Dec 16, 2023
1 parent 0022952 commit 6e6629a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ event OnRemoved(UIScreen Screen)
// SHOULD WE DISPLAY THE POPUP BASED ON CONFIG NUMBER
static function bool ShouldShowWarningMsg()
{
return false;
// Show it because the version number is set to negative (testing)...
if (default.iVersion_Installed <= -1)
{
Expand Down Expand Up @@ -157,5 +158,5 @@ static function bool ShouldShowWarningMsg()
defaultproperties
{
ScreenClass = UIFinalShell;
iVersion_Installed = 0; // beta is on 18
iVersion_Installed = 18; // beta is on 18
}

0 comments on commit 6e6629a

Please sign in to comment.