From bee3dfdc8d5efa3206f8078e4dd8f17e6bb9b216 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Wed, 16 Jan 2019 16:16:11 -0500 Subject: [PATCH] Fix XD_REMOVEPLAYER not having a proper corresponding netxcmdname Caught while working on power levels -- turns out it wasn't a total waste of time when I should've been working on the rest of v1.0.2! --- src/d_netcmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index e15ed9aac..e3b5e9847 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -483,6 +483,7 @@ const char *netxcmdnames[MAXNETXCMD - 1] = "SETUPVOTE", "MODIFYVOTE", "PICKVOTE", + "REMOVEPLAYER", #ifdef HAVE_BLUA "LUACMD", "LUAVAR"