Skip to content

Commit ff5e653

Browse files
committed
Change report log id for FxSystemBP_c::Load hook
1 parent 7d8718c commit ff5e653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/multiplayer_sa/CMultiplayerSA_CrashFixHacks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ static void LOG_FxSystemBP_c__Load()
19491949

19501950
SString effectsMD5 = CMD5Hasher::CalculateHexString(PathJoin(GetLaunchPath(), "models", "effects.fxp"));
19511951
const char* isModified = (effectsMD5 == "6143A72E8FF2974DB14F65DF65D952B0") ? "standard" : "non-standard";
1952-
LogEvent(4481, "Crash averted", "FxSystemBP_c::Load", *SString("effects.fxp (%s, %s)", isModified, *effectsMD5), 7711);
1952+
LogEvent(4481, "Crash averted", "FxSystemBP_c::Load", *SString("effects.fxp (%s, %s)", isModified, *effectsMD5), 7709);
19531953
}
19541954

19551955
static void _cdecl POST_PROCESS_FxSystemBP_c__Load(CFxSystemBPSAInterface* blueprint)

0 commit comments

Comments
 (0)