From 4c4736080dc6a259666f5890c0b1a5f6877f25bc Mon Sep 17 00:00:00 2001 From: Davnit Date: Wed, 16 Jan 2019 19:28:18 -0500 Subject: [PATCH] Remove CRev sanity checks What was once thought of as insane has now become the only correct answer. --- trunk/modBNCS.bas | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/trunk/modBNCS.bas b/trunk/modBNCS.bas index d8cbaa30..d8a964ca 100644 --- a/trunk/modBNCS.bas +++ b/trunk/modBNCS.bas @@ -433,12 +433,6 @@ On Error GoTo ERROR_HANDLER: Exit Sub End If End If - - If (ds.CRevChecksum = 0 Or ds.CRevVersion = 0 Or LenB(ds.CRevResult) = 0) Then - frmChat.AddChat g_Color.ErrorMessageText, "[BNCS] Check Revision Failed, sanity failed" - frmChat.DoDisconnect - Exit Sub - End If Set pBuff = New clsDataBuffer With pBuff @@ -1849,12 +1843,6 @@ On Error GoTo ERROR_HANDLER: End If End If - If (ds.CRevChecksum = 0 Or ds.CRevVersion = 0 Or LenB(ds.CRevResult) = 0) Then - frmChat.AddChat g_Color.ErrorMessageText, "[BNCS] Check revision failed. Sanity check failed." - frmChat.DoDisconnect - Exit Sub - End If - Keys = GetCDKeyCount CanSpawnKey1 = False If Keys > 0 Then