1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Fix: “Remove litter” cheat does not empty litter bins

This commit is contained in:
Michael Steenbeek
2022-04-27 23:17:23 +02:00
committed by GitHub
parent 2954b0a30d
commit f127a2c8bc
2 changed files with 2 additions and 1 deletions

View File

@@ -426,7 +426,7 @@ void SetCheatAction::RemoveLitter() const
continue;
auto* path = it.element->AsPath();
if (path->HasAddition())
if (!path->HasAddition())
continue;
auto* pathBitEntry = path->GetAdditionEntry();