feat(Core/Player): Implement commentator tag (#17449)
* feat(Core/Player): Implement commentator tag * remove redundant session check
This commit is contained in:
parent
5357a31a01
commit
a4e4d6ddb2
4 changed files with 69 additions and 19 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `command` WHERE `name`='commentator';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES ('commentator', 2, 'Syntax: .commentator [on/off]\r\n\r\nEnable or Disable in game Commentator tag or show current state if on/off not provided.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue