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!
This commit is contained in:
TehRealSalt 2019-01-16 16:16:11 -05:00
parent 146f2a1c0a
commit 885d2e2965
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ const char *netxcmdnames[MAXNETXCMD - 1] =
"SETUPVOTE",
"MODIFYVOTE",
"PICKVOTE",
"REMOVEPLAYER",
#ifdef HAVE_BLUA
"LUACMD",
"LUAVAR"