diff --git a/P3D/Debug/DebugFileWatcher.vb b/P3D/Debug/DebugFileWatcher.vb index 5d951020f..db278159f 100644 --- a/P3D/Debug/DebugFileWatcher.vb +++ b/P3D/Debug/DebugFileWatcher.vb @@ -33,7 +33,8 @@ Public Class DebugFileWatcher End Sub Private Shared Function GetProjectPath() As String - Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName + Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName '' Remove when making builds for others. + 'Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).FullName ''Use this one instead in such case. End Function Public Shared Sub StartWatching() diff --git a/P3D/Security/FileValidation.vb b/P3D/Security/FileValidation.vb index f210083ee..9ae986535 100644 --- a/P3D/Security/FileValidation.vb +++ b/P3D/Security/FileValidation.vb @@ -6,7 +6,7 @@ Shared _valid As Boolean = False Const RUNVALIDATION As Boolean = False - Const EXPECTEDSIZE As Integer = 42421461 + Const EXPECTEDSIZE As Integer = 977834 Const METAHASH As String = "MEEzNjIzMUE5RkEwNEFCQjgwQUQwODQ1NDVDRjVCNzQ=" Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean diff --git a/lib/build/Pokemon3D.exe b/lib/build/Pokemon3D.exe index 8c9350e45..3e7b6c064 100644 Binary files a/lib/build/Pokemon3D.exe and b/lib/build/Pokemon3D.exe differ