Ghost "Toggle Darkness" value is now remembered (#17206)

This commit is contained in:
S34N
2022-01-11 22:20:53 +00:00
committed by GitHub
parent 0e24c24f52
commit d273e9db9a
9 changed files with 35 additions and 17 deletions
+1
View File
@@ -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`),