File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/legacy/legacyapi/form Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ LL_AUTO_TYPE_INSTANCE_HOOK(
170170 FormResponseHandler,
171171 HookPriority::Highest,
172172 PacketHandlerDispatcherInstance<ModalFormResponsePacket>,
173- &PacketHandlerDispatcherInstance<ModalFormResponsePacket>::handle,
173+ &PacketHandlerDispatcherInstance<ModalFormResponsePacket>::$ handle,
174174 void ,
175175 NetworkIdentifier const & source,
176176 NetEventCallback& callback,
Original file line number Diff line number Diff line change 2525 "label" : " nodejs" ,
2626 "platform" : " win-x64" ,
2727 "dependencies" : {
28- "github.com/LiteLDev/LegacyRemoteCall" : " 0.10 .*" ,
29- "github.com/LiteLDev/LegacyParticleAPI" : " 0.10 .*" ,
30- "github.com/LiteLDev/LegacyMoney" : " 0.10 .*" ,
28+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.11 .*" ,
29+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.11 .*" ,
30+ "github.com/LiteLDev/LegacyMoney" : " 0.11 .*" ,
3131 "gitea.litebds.com/ShrBox/7-zip" : " 24.*"
3232 },
3333 "assets" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina 1.2.0-rc.1 " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina e5676586bc0afdfd96e4529a416ea8f303b453e7 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 1.2.0-rc.1 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina e5676586bc0afdfd96e4529a416ea8f303b453e7 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments