You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TheSuperHackers @fix No longer checks the build time here to prevent incorrect Replay playback incompatibility messages when the Replay playback would actually be technically compatible.
1137
+
if (header.versionString != TheVersion->getUnicodeVersion())
1138
+
returnfalse;
1139
+
if (header.versionNumber != TheVersion->getVersionNumber())
0 commit comments