1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix #13426: Typo in "repay loan"

This commit is contained in:
maksimdrachov
2020-11-19 19:45:40 +01:00
committed by GitHub
parent f899a045fa
commit 1815a094bb
6 changed files with 16 additions and 16 deletions

View File

@@ -43,7 +43,7 @@
using namespace OpenRCT2;
using namespace OpenRCT2::Scripting;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 11;
static constexpr int32_t OPENRCT2_PLUGIN_API_VERSION = 12;
struct ExpressionStringifier final
{