From 885d2e29659983106b39d44fd145dfd91cdef6e9 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 e15ed9aa..e3b5e984 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"