Per MI's disabling of PT_ASKINFOVIAMS, don't outright remove DELFILE, just mark it for replacement.

This commit is contained in:
toasterbabe 2017-05-27 20:02:49 +01:00
parent 6eaf936889
commit 55b85e257e
2 changed files with 2 additions and 0 deletions

View file

@ -380,6 +380,7 @@ const char *netxcmdnames[MAXNETXCMD - 1] =
"RANDOMSEED", "RANDOMSEED",
"RUNSOC", "RUNSOC",
"REQADDFILE", "REQADDFILE",
"DELFILE", // replace next time we add an XD
"SETMOTD", "SETMOTD",
"SUICIDE", "SUICIDE",
#ifdef HAVE_BLUA #ifdef HAVE_BLUA

View file

@ -129,6 +129,7 @@ typedef enum
XD_RANDOMSEED, // 15 XD_RANDOMSEED, // 15
XD_RUNSOC, // 16 XD_RUNSOC, // 16
XD_REQADDFILE, // 17 XD_REQADDFILE, // 17
XD_DELFILE // 18 - replace next time we add an XD
XD_SETMOTD, // 19 XD_SETMOTD, // 19
XD_SUICIDE, // 20 XD_SUICIDE, // 20
#ifdef HAVE_BLUA #ifdef HAVE_BLUA