mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 11:43:57 +00:00
add all weapon & skin on init and fix CallGS
This commit is contained in:
@@ -8,6 +8,6 @@ public class ShopLogic_GetOpenTime : ICallGSHandler
|
||||
public async Task Handle(Connection connection, string param, ushort seqNo)
|
||||
{
|
||||
// TODO: return actual shop open times from config
|
||||
await CallGSRouter.SendScript(connection, "ShopLogic_GetOpenTime", "{}", seqNo);
|
||||
await CallGSRouter.SendScript(connection, "ShopLogic_GetOpenTime", "{}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user