chore: release 6.0, fix firefox bug

This commit is contained in:
David Ralph
2021-11-17 22:10:07 +00:00
parent da6c1bba63
commit 42f89b3fc3
7 changed files with 11 additions and 11 deletions

View File

@@ -42,9 +42,9 @@ if (localStorage.getItem('stats') === 'true') {
variables.stats = Stats;
}
if (localStorage.getItem('keybindsEnabled') === 'true') {
/*if (localStorage.getItem('keybindsEnabled') === 'true') {
variables.keybinds = JSON.parse(localStorage.getItem('keybinds') || '{}');
}
}*/
render(
<App/>,