1
0
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:
duncanspumpkin
2019-02-19 14:38:56 +00:00
parent 6375d2537a
commit 1418975d84

View File

@@ -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
{