Skip to content

Commit 4c47360

Browse files
committed
Remove CRev sanity checks
What was once thought of as insane has now become the only correct answer.
1 parent dfd0dee commit 4c47360

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: trunk/modBNCS.bas

-12
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,6 @@ On Error GoTo ERROR_HANDLER:
433433
Exit Sub
434434
End If
435435
End If
436-
437-
If (ds.CRevChecksum = 0 Or ds.CRevVersion = 0 Or LenB(ds.CRevResult) = 0) Then
438-
frmChat.AddChat g_Color.ErrorMessageText, "[BNCS] Check Revision Failed, sanity failed"
439-
frmChat.DoDisconnect
440-
Exit Sub
441-
End If
442436

443437
Set pBuff = New clsDataBuffer
444438
With pBuff
@@ -1849,12 +1843,6 @@ On Error GoTo ERROR_HANDLER:
18491843
End If
18501844
End If
18511845

1852-
If (ds.CRevChecksum = 0 Or ds.CRevVersion = 0 Or LenB(ds.CRevResult) = 0) Then
1853-
frmChat.AddChat g_Color.ErrorMessageText, "[BNCS] Check revision failed. Sanity check failed."
1854-
frmChat.DoDisconnect
1855-
Exit Sub
1856-
End If
1857-
18581846
Keys = GetCDKeyCount
18591847
CanSpawnKey1 = False
18601848
If Keys > 0 Then

0 commit comments

Comments
 (0)