Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
This commit is contained in:
commit
483e907702
@ -27,7 +27,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BUILD_NUM
|
#ifndef BUILD_NUM
|
||||||
#define BUILD_NUM 248
|
#define BUILD_NUM 249
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SNAPSHOT_ID
|
#ifndef SNAPSHOT_ID
|
||||||
@ -42,6 +42,8 @@
|
|||||||
#endif
|
#endif
|
||||||
//VersionInfoEnd
|
//VersionInfoEnd
|
||||||
|
|
||||||
|
//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
|
||||||
|
|
||||||
#if defined(SNAPSHOT)
|
#if defined(SNAPSHOT)
|
||||||
#define IDENT_RELTYPE "S"
|
#define IDENT_RELTYPE "S"
|
||||||
#elif defined(BETA)
|
#elif defined(BETA)
|
||||||
|
@ -626,10 +626,12 @@ void Client::Tick()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IGNORE_UPDATES
|
||||||
if(updateAvailable)
|
if(updateAvailable)
|
||||||
{
|
{
|
||||||
notifyUpdateAvailable();
|
notifyUpdateAvailable();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
catch (json::Exception &e)
|
catch (json::Exception &e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user