Fixed rival_league.dat script crash and incorrect register.

This commit is contained in:
CaptainSegis 2017-02-06 14:36:11 -05:00
parent b59c00b6a6
commit 47c58a90e5
3 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 42308898 Const EXPECTEDSIZE As Integer = 42308910
Const METAHASH As String = "QTI3MUQ5RkI5MzVEQjJCRjlCNDFGMThDNTEzQkY5M0Y=" Const METAHASH As String = "N0JDQTk2NDg0ODdERTQxRDIwNkRGMzk3ODRFOTU3QTY="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get Get

File diff suppressed because one or more lines are too long