Command: Remove unused CMD_STR_SEP flag

This commit is contained in:
Jonathan G Rennison
2022-12-07 21:07:59 +00:00
parent 5c134e6dd0
commit 6a03e7ba97
3 changed files with 1 additions and 3 deletions

View File

@@ -594,7 +594,6 @@ enum CommandFlags {
CMD_SERVER_NS = 0x1000, ///< the command can only be initiated by the server (this is not executed in spectator mode)
CMD_LOG_AUX = 0x2000, ///< the command should be logged in the auxiliary log instead of the main log
CMD_P1_TILE = 0x4000, ///< use p1 for money text and error tile
CMD_STR_SEP = 0x8000, ///< the command's string may contain separator control characters
};
DECLARE_ENUM_AS_BIT_SET(CommandFlags)