mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 14:03:57 +00:00
add all weapon & skin on init and fix CallGS
This commit is contained in:
@@ -9,6 +9,6 @@ public class Role_EnterLevel : ICallGSHandler
|
||||
public async Task Handle(Connection connection, string param, ushort seqNo)
|
||||
{
|
||||
string rsp = $"{{\"tbRet\":{{\"nSeed\":{_random.Next(1, 1000000000)}}}}}";
|
||||
await CallGSRouter.SendScript(connection, "Role_EnterLevel", rsp, seqNo);
|
||||
await CallGSRouter.SendScript(connection, "Role_EnterLevel", rsp);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user