Skip to content

Commit

Permalink
feat: remove leftover code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pollind <[email protected]>
  • Loading branch information
pollend committed Sep 2, 2023
1 parent 873f2aa commit f8f905e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amnesia/game/LuxConfigHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void cLuxConfigHandler::LoadMainConfig()
/////////////////////
// Main
mbLoadDebugMenu = gpBase->mpMainConfig->GetBool("Main","LoadDebugMenu", false);
mbLoadDebugMenu = true;
mbFirstStart = gpBase->CheckFirstStartFlag()==false;
//mbFirstStart = gpBase->mpMainConfig->GetBool("Main","FirstStart", true);

Expand Down

0 comments on commit f8f905e

Please sign in to comment.