Remove RspCallGS

This commit is contained in:
Kei-Luna
2026-04-26 05:07:54 +09:00
parent ca25fc6f03
commit f95468c8b8

View File

@@ -42,6 +42,5 @@ public static class CallGSRouter
{
var rsp = new NtfCallScript { Api = api, Arg = arg, ExtraSync = extra };
await connection.SendPacket(CmdIds.NtfScript, rsp);
await connection.SendPacket(CmdIds.RspCallGS);
}
}