Skip to content

Commit

Permalink
ParticleAPI and PermissionAPI now available as submodules
Browse files Browse the repository at this point in the history
Update LLMoney.dll
  • Loading branch information
ShrBox committed Dec 4, 2022
1 parent 12fee50 commit b63a78d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI"]
path = assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI
url = https://github.com/OEOTYAN/LiteLoaderBDS-CUI.git
[submodule "PermissionAPI"]
path = PermissionAPI
url = https://github.com/LiteLDev/PermissionAPI.git
[submodule "ParticleAPI"]
path = ParticleAPI
url = https://github.com/LiteLDev/ParticleAPI.git
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ add_subdirectory(Tools/ScriptX/CMake/ScriptX-Lua)
add_subdirectory(Tools/ScriptX/CMake/ScriptX-QuickJs)
add_subdirectory(Tools/ScriptX/CMake/ScriptX-NodeJs)
add_subdirectory(Tools/SymDBHelper)
add_subdirectory(ParticleAPI)
add_subdirectory(PermissionAPI/PermissionAPI)

include(${CMAKE_SOURCE_DIR}/CMake/PackOutput.cmake)
include(${CMAKE_SOURCE_DIR}/CMake/PackSDK.cmake)
Expand Down
2 changes: 1 addition & 1 deletion LiteLoader/include/llapi/mc/Types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class WeakPtr {
};

template <typename T>
struct SharePtrRefTraits;
struct SharePtrRefTraits {};

template <typename T>
class SubChunkStorage;
Expand Down
1 change: 1 addition & 0 deletions ParticleAPI
Submodule ParticleAPI added at 73449f
1 change: 1 addition & 0 deletions PermissionAPI
Submodule PermissionAPI added at 285da4
Binary file modified assets/plugins/LLMoney.dll
Binary file not shown.
Binary file removed assets/plugins/LiteLoader/ParticleAPI.dll
Binary file not shown.
Binary file removed assets/plugins/LiteLoader/PermissionAPI.dll
Binary file not shown.

0 comments on commit b63a78d

Please sign in to comment.