[Commands] Adds #dye command. (#1537)

* [Commands] Adds #dye command.

* Fix use tint.
This commit is contained in:
Kinglykrab
2021-09-12 23:40:43 -04:00
committed by GitHub
parent 7b1b05a35c
commit ce5fa9502f
3 changed files with 91 additions and 0 deletions
+4
View File
@@ -781,6 +781,10 @@ RULE_BOOL(Cheat, EnableMQFastMemDetector, true, "Enable the MQFastMem Detector.
RULE_BOOL(Cheat, MarkMQWarpLT, false, "Mark clients makeing smaller warps")
RULE_CATEGORY_END()
RULE_CATEGORY(Command)
RULE_BOOL(Command, DyeCommandRequiresDyes, false, "Enable this to require a Prismatic Dye (32557) each time someone uses #dye.")
RULE_CATEGORY_END()
#undef RULE_CATEGORY
#undef RULE_INT
#undef RULE_REAL