Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG.
This commit is contained in:
@@ -64,6 +64,7 @@ struct GroupStatistics {
|
||||
|
||||
enum GroupFlags : uint8 {
|
||||
GF_REPLACE_PROTECTION, ///< If set to true, the global autoreplace has no effect on the group
|
||||
GF_END,
|
||||
};
|
||||
|
||||
/** Group data. */
|
||||
|
Reference in New Issue
Block a user