Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
修复build
Browse files Browse the repository at this point in the history
  • Loading branch information
twoone3 committed Jul 1, 2022
1 parent 232567c commit a1ef708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API/MoneyAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bool EconomySystem::init() {
return false;
}

HMODULE h = llmoney->handler;
HMODULE h = llmoney->handle;

money::get = (LLMoneyGet_T)GetProcAddress(h, "LLMoneyGet");
if (!money::get)
Expand Down
5 changes: 3 additions & 2 deletions updateSDK.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
git submodule deinit --all -f
git rm --cached SDK
rmdir /S /Q SDK
git submodule add -f https://github.com/LiteLDev/LiteLoaderSDK SDK
rmdir SDK /S /Q
rmdir ".git/modules" /S /Q
git submodule add https://github.com/LiteLDev/LiteLoaderSDK SDK
cd SDK\Tools
LibraryBuilder.exe -o ..\Lib "C:\Users\31976\Desktop\BDS"
pause

0 comments on commit a1ef708

Please sign in to comment.