Fixed stopworlds

This commit is contained in:
zeldaroot 2020-03-18 22:48:14 +02:00
parent d7b6fde492
commit 490e211b40
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -168,7 +168,7 @@ if (['dustin'].indexOf(theme) + 1) {
modules.viewed.data.height = '120px';
modules.player.data.script = modules.player.data.script.replace(
'2b2b2b',
'282a36'
'44475a'
);
}