1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Fix openrct2.d.ts

This commit is contained in:
Ted John
2023-04-22 08:52:21 +01:00
parent d3a65443f2
commit f1ac4363ce
2 changed files with 16 additions and 37 deletions

View File

@@ -990,7 +990,7 @@ namespace OpenRCT2::Scripting
auto& items = obj->GetItems();
for (const auto& item : items)
{
result.push_back(std::move(item.ToString()));
result.push_back(item.ToString());
}
}
return result;