mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Implement date API
This commit is contained in:
@@ -26,7 +26,7 @@ Plugin::Plugin(duk_context* context, const std::string& path)
|
||||
|
||||
void Plugin::Load()
|
||||
{
|
||||
std::string projectedVariables = "console,context,map,network,park";
|
||||
std::string projectedVariables = "console,context,date,map,network,park";
|
||||
if (!gOpenRCT2Headless)
|
||||
{
|
||||
projectedVariables += ",ui";
|
||||
|
||||
Reference in New Issue
Block a user