mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Use QueryInternal in ExecuteInternal.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace GameActions
|
||||
}
|
||||
}
|
||||
|
||||
GameActionResult::Ptr result = Query(action);
|
||||
GameActionResult::Ptr result = QueryInternal(action, topLevel);
|
||||
if (result->Error == GA_ERROR::OK)
|
||||
{
|
||||
if (topLevel)
|
||||
|
||||
Reference in New Issue
Block a user