remove gamestate not mutable check

This commit is contained in:
Smitty Penman 2024-04-30 12:02:19 -04:00
parent 3e520d0f94
commit e3db6df4f9
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ namespace OpenRCT2::Scripting
std::shared_ptr<ScRide> ScGuest::rideHeadedTo_get() const
{
ThrowIfGameStateNotMutable();
auto peep = GetGuest();
if (peep != nullptr)
{