fix raknet not being loaded (#117)

This commit is contained in:
ljcool2006
2024-02-11 15:06:33 -05:00
committed by GitHub
parent d7a8b6baec
commit 56e51027b1

View File

@@ -4,7 +4,7 @@
<PropertyGroup Label="UserMacros">
<MC_GLOBAL_PROPS>whattimeisit?</MC_GLOBAL_PROPS>
<MC_ROOT>$(ProjectDir)..\..\..\..\</MC_ROOT>
<RAKNET_PATH>$(MC_ROOT)\thirdparty\raknet\</RAKNET_PATH>
<RAKNET_PATH>$(MC_ROOT)thirdparty\raknet\</RAKNET_PATH>
</PropertyGroup>
<PropertyGroup>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>