File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments