Fixed leaving ship script in Vermillion

This commit is contained in:
CaptainSegis 2017-01-12 14:15:59 -05:00
parent 3442f124c3
commit 9a989d59e2
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 = 42308436 Const EXPECTEDSIZE As Integer = 42308842
Const METAHASH As String = "OUE5NDlGQjU2NTg5MzRGRDZFODQ4MjZFMjQ5RDI4NTI=" Const METAHASH As String = "QzFBQjUzNjQ1MjRGNjlDNUU4MUMzRUY5Qjg3NTgzMzQ="
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