mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-08-02 22:36:30 +09:00
Refactored Main::Loops into APalPlayerCharacter::Tick, so that it won't crash at the menu.
Added dying check to ReviveLocalPlayer, so that it actually revives them. Added proper item list and searcher database that isn't a giant mess.
This commit is contained in:
@ -175,6 +175,7 @@
|
||||
<ClInclude Include="include\helper.h" />
|
||||
<ClInclude Include="include\Hooking.hpp" />
|
||||
<ClInclude Include="include\Menu.hpp" />
|
||||
<ClInclude Include="ItemList.hpp" />
|
||||
<ClInclude Include="libs\ImGui\imconfig.h" />
|
||||
<ClInclude Include="libs\ImGui\imgui.h" />
|
||||
<ClInclude Include="libs\ImGui\imgui_impl_dx11.h" />
|
||||
|
Reference in New Issue
Block a user