Fixes new players having half their prefs disabled (#17475)

This commit is contained in:
AffectedArc07
2022-03-12 21:12:51 +00:00
committed by GitHub
parent d3ee2eb11a
commit 975352dd4d
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ CREATE TABLE `player` (
`be_role` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`default_slot` smallint(4) DEFAULT '1',
`toggles` int(11) DEFAULT NULL,
`toggles_2` int(11) DEFAULT '0',
`toggles_2` int(11) DEFAULT NULL,
`sound` mediumint(8) DEFAULT '31',
`volume_mixer` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastchangelog` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',