mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 08:12:53 +01:00
Fix shop construction on client
This commit is contained in:
@@ -1658,11 +1658,7 @@ static void CloseConstructWindowOnCompletion(Ride* ride)
|
||||
{
|
||||
if (ride_are_all_possible_entrances_and_exits_built(ride))
|
||||
{
|
||||
// Clients don't necessarily have any ride built at this point
|
||||
if (network_get_mode() != NETWORK_MODE_CLIENT)
|
||||
{
|
||||
window_close(w);
|
||||
}
|
||||
window_close(w);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user