mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Ghost "Toggle Darkness" value is now remembered (#17206)
This commit is contained in:
@@ -286,6 +286,7 @@ CREATE TABLE `player` (
|
||||
`2fa_status` ENUM('DISABLED','ENABLED_IP','ENABLED_ALWAYS') NOT NULL DEFAULT 'DISABLED' COLLATE 'utf8mb4_general_ci',
|
||||
`screentip_mode` tinyint(1) DEFAULT '8',
|
||||
`screentip_color` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#ffd391',
|
||||
`ghost_darkness_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '255',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `ckey` (`ckey`),
|
||||
KEY `lastseen` (`lastseen`),
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Adds support for persistent ghost darkness
|
||||
ALTER TABLE `player` ADD COLUMN `ghost_darkness_level` tinyint(1) UNSIGNED NOT NULL DEFAULT '255'
|
||||
Reference in New Issue
Block a user