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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user