mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
@@ -184,7 +184,10 @@ namespace OpenRCT2
|
||||
#ifndef DISABLE_NETWORK
|
||||
// If the network is disabled we will only get a dummy hash which will cause
|
||||
// false positives during replay.
|
||||
CheckState();
|
||||
if (!gSilentReplays)
|
||||
{
|
||||
CheckState();
|
||||
}
|
||||
#endif
|
||||
ReplayCommands();
|
||||
|
||||
@@ -870,7 +873,7 @@ namespace OpenRCT2
|
||||
}
|
||||
|
||||
// Focus camera on event.
|
||||
if (isPositionValid && !result.Position.IsNull())
|
||||
if (!gSilentReplays && isPositionValid && !result.Position.IsNull())
|
||||
{
|
||||
auto* mainWindow = WindowGetMain();
|
||||
if (mainWindow != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user