Renamed packet debug configurations.

This commit is contained in:
MobiusDevelopment
2022-12-14 22:02:36 +00:00
parent 65c2ebe0a9
commit 527e1b3f64
155 changed files with 465 additions and 465 deletions

View File

@@ -685,17 +685,17 @@ ExecutorPriHigh = 1
# Do not touch these if you do not know what you are doing.
# These settings are for debugging servers ONLY. They are not meant for LIVE servers.
# Debug incoming packets.
# Debug client packets.
# Default: False
DebugIncomingPackets = False
DebugClientPackets = False
# Debug ex-incoming packets.
# Debug ex-client packets.
# Default: False
DebugExIncomingPackets = False
DebugExClientPackets = False
# Debug outgoing packets.
# Debug server packets.
# Default: False
DebugOutgoingPackets = False
DebugServerPackets = False
# Debug unknown packets.
# Default: True