Allows players to send more visible adminhelps when no admins are on, which'll definitely alert admins (#62711)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-11-20 03:06:50 -08:00
committed by GitHub
co-authored by Watermelon914
parent 25a30cc5e1
commit fb8d95a2f5
15 changed files with 319 additions and 43 deletions
+1
View File
@@ -588,6 +588,7 @@ CREATE TABLE `SS13_ticket` (
`round_id` int(11) unsigned NULL,
`ticket` smallint(11) unsigned NOT NULL,
`action` varchar(20) NOT NULL DEFAULT 'Message',
`urgent` TINYINT(1) unsigned NOT NULL DEFAULT '0',
`message` text NOT NULL,
`timestamp` datetime NOT NULL,
`recipient` varchar(32) DEFAULT NULL,