File tree 1 file changed +0
-12
lines changed
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:
433
433
Exit Sub
434
434
End If
435
435
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
442
436
443
437
Set pBuff = New clsDataBuffer
444
438
With pBuff
@@ -1849,12 +1843,6 @@ On Error GoTo ERROR_HANDLER:
1849
1843
End If
1850
1844
End If
1851
1845
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
-
1858
1846
Keys = GetCDKeyCount
1859
1847
CanSpawnKey1 = False
1860
1848
If Keys > 0 Then
You can’t perform that action at this time.
0 commit comments