add a no install check define
This commit is contained in:
parent
a3d594c603
commit
b20db5fb8a
@ -730,7 +730,7 @@ void GameController::Tick()
|
|||||||
#ifdef LUACONSOLE
|
#ifdef LUACONSOLE
|
||||||
((LuaScriptInterface*)commandInterface)->Init();
|
((LuaScriptInterface*)commandInterface)->Init();
|
||||||
#endif
|
#endif
|
||||||
#ifndef MACOSX
|
#if !defined(MACOSX) && !defined(NO_INSTALL_CHECK)
|
||||||
if(!Client::Ref().GetPrefBool("InstallCheck", false))
|
if(!Client::Ref().GetPrefBool("InstallCheck", false))
|
||||||
{
|
{
|
||||||
Client::Ref().SetPref("InstallCheck", true);
|
Client::Ref().SetPref("InstallCheck", true);
|
||||||
|
Reference in New Issue
Block a user