mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01:00
Stop WindSeedClientNotify and PlayerLuaShellNotify from being sent (#582)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package emu.grasscutter.net.packet;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
public class PacketOpcodes {
|
||||
// Empty
|
||||
public static final int NONE = 0;
|
||||
@@ -1566,4 +1569,6 @@ public class PacketOpcodes {
|
||||
public static final int UNKNOWN_43 = 8877;
|
||||
public static final int UNKNOWN_44 = 8983;
|
||||
public static final int UNKNOWN_45 = 943;
|
||||
|
||||
public static final List<Integer> BANNED_PACKETS = Arrays.asList(PacketOpcodes.WindSeedClientNotify, PacketOpcodes.PlayerLuaShellNotify);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user