mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02: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