From 2df1929f3e08d704e979b25eba4e491e88f3d728 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 21:27:28 +0200 Subject: Convert rcon to use debugging --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index a4bf7da..f557523 100644 --- a/main.h +++ b/main.h @@ -24,6 +24,7 @@ enum debug_category { DBG_UR = (0x1 << 8), DBG_SRV = (0x1 << 9), DBG_PROXY = (0x1 << 10), + DBG_RCON = (0x1 << 11), }; static inline bool -- cgit v1.2.3