File tree 3 files changed +6
-6
lines changed
src/legacy/legacyapi/form
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(
170
170
FormResponseHandler,
171
171
HookPriority::Highest,
172
172
PacketHandlerDispatcherInstance<ModalFormResponsePacket>,
173
- &PacketHandlerDispatcherInstance<ModalFormResponsePacket>::handle,
173
+ &PacketHandlerDispatcherInstance<ModalFormResponsePacket>::$ handle,
174
174
void ,
175
175
NetworkIdentifier const & source,
176
176
NetEventCallback& callback,
Original file line number Diff line number Diff line change 25
25
"label" : " nodejs" ,
26
26
"platform" : " win-x64" ,
27
27
"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 .*" ,
31
31
"gitea.litebds.com/ShrBox/7-zip" : " 24.*"
32
32
},
33
33
"assets" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if 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" }})
7
7
else
8
- add_requires (" levilamina 1.2.0-rc.1 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina e5676586bc0afdfd96e4529a416ea8f303b453e7 " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments