mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
Add tpt.version.beta
This commit is contained in:
@@ -413,6 +413,8 @@ LuaScriptInterface::LuaScriptInterface(GameController * c, GameModel * m):
|
||||
lua_setfield(l, tptPropertiesVersion, "upstreamBuild");
|
||||
lua_pushboolean(l, SNAPSHOT);
|
||||
lua_setfield(l, tptPropertiesVersion, "snapshot");
|
||||
lua_pushboolean(l, BETA);
|
||||
lua_setfield(l, tptPropertiesVersion, "beta");
|
||||
lua_pushinteger(l, MOD_ID);
|
||||
lua_setfield(l, tptPropertiesVersion, "modid");
|
||||
auto vcsTag = ByteString(VCS_TAG);
|
||||
|
Reference in New Issue
Block a user