mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 15:03:57 +00:00
add all weapon & skin on init and fix CallGS
This commit is contained in:
@@ -5,6 +5,6 @@ public class Lineup_Update : ICallGSHandler
|
||||
{
|
||||
public async Task Handle(Connection connection, string param, ushort seqNo)
|
||||
{
|
||||
await CallGSRouter.SendScript(connection, "UpdateLineup", "{}", seqNo);
|
||||
await CallGSRouter.SendScript(connection, "UpdateLineup", "{}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user