mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
formatting
This commit is contained in:
parent
09830dd40c
commit
b9deb7bb58
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
|||
if (event.text.toUpperCase() === "B" && event.isControl) {
|
||||
console.log("TEST B");
|
||||
Window.openWebBrowser();
|
||||
}
|
||||
else if (event.text.toUpperCase() === "N" && event.isControl) {
|
||||
} else if (event.text.toUpperCase() === "N" && event.isControl) {
|
||||
Users.toggleIgnoreRadius();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue