Allows you to mute soundfiles from specific admins (#20576)

* Allows you to mute soundfiles from specific admins

* me no spello

* Wording tweak
This commit is contained in:
AffectedArc07
2023-03-11 19:10:23 +00:00
committed by GitHub
parent 42c807b08a
commit 90e8ec7948
10 changed files with 61 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
# Updating SQL from 45 to 46 -AffectedArc07
# Adds a way to mute soundfiles from specific admins
ALTER TABLE `player`
ADD COLUMN `muted_adminsounds_ckeys` MEDIUMTEXT NULL DEFAULT NULL AFTER `server_region`;