mirror of
https://github.com/overte-org/overte.git
synced 2025-06-07 08:33:03 +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) {
|
if (event.text.toUpperCase() === "B" && event.isControl) {
|
||||||
console.log("TEST B");
|
console.log("TEST B");
|
||||||
Window.openWebBrowser();
|
Window.openWebBrowser();
|
||||||
}
|
} else if (event.text.toUpperCase() === "N" && event.isControl) {
|
||||||
else if (event.text.toUpperCase() === "N" && event.isControl) {
|
|
||||||
Users.toggleIgnoreRadius();
|
Users.toggleIgnoreRadius();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue