add a no install check define
This commit is contained in:
parent
a3d594c603
commit
b20db5fb8a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user