Skip to content

Commit

Permalink
add a no install check define
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Aug 25, 2014
1 parent a3d594c commit b20db5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/game/GameController.cpp
Expand Up @@ -730,7 +730,7 @@ void GameController::Tick()
#ifdef LUACONSOLE
((LuaScriptInterface*)commandInterface)->Init();
#endif
#ifndef MACOSX
#if !defined(MACOSX) && !defined(NO_INSTALL_CHECK)
if(!Client::Ref().GetPrefBool("InstallCheck", false))
{
Client::Ref().SetPref("InstallCheck", true);
Expand Down

0 comments on commit b20db5f

Please sign in to comment.