mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
just a conventional file that will be remove after that.
This commit is contained in:
parent
b88ce2619f
commit
5ed0d9dd23
@ -42,6 +42,7 @@
|
||||
<ItemGroup>
|
||||
<Content Include="Pokemon3D.ico" />
|
||||
<Content Include="Pokemon\Items\_itemList.txt" />
|
||||
<None Include="UpdateHash.dat" />
|
||||
<Reference Include="OpenTK">
|
||||
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -18,7 +18,7 @@ Module Program
|
||||
Logger.Debug("---Start game---")
|
||||
|
||||
Using Game As New GameController()
|
||||
If GameController.IS_DEBUG_ACTIVE = True And Debugger.IsAttached = True Then
|
||||
If GameController.IS_DEBUG_ACTIVE And Debugger.IsAttached Then
|
||||
Game.Run()
|
||||
Else
|
||||
Try
|
||||
@ -41,4 +41,4 @@ Module Program
|
||||
|
||||
End Module
|
||||
|
||||
#End If
|
||||
#End If
|
1
2.5DHero/2.5DHero/UpdateHash.dat
Normal file
1
2.5DHero/2.5DHero/UpdateHash.dat
Normal file
@ -0,0 +1 @@
|
||||
0.54.1
|
Loading…
x
Reference in New Issue
Block a user