mirror of
https://github.com/Anime-Game-Servers/AGSLunarCore.git
synced 2024-11-23 04:19:48 +00:00
Fix being unable to connect to the game server if packet logging was enabled
This commit is contained in:
parent
5425113900
commit
d9ff069858
@ -33,7 +33,7 @@ public class CmdIdUtils {
|
||||
public static final IntSet ALLOWED_FILTER_PACKETS = IntOpenHashSet.of(
|
||||
CmdId.PlayerHeartBeatCsReq,
|
||||
CmdId.GetMissionStatusCsReq,
|
||||
CmdId.GetMissionStatusCsReq,
|
||||
CmdId.GetMissionDataCsReq,
|
||||
CmdId.GetMissionEventDataCsReq
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user