diff options
author | F1F7Y <that.fifty@gmail.com> | 2022-01-19 22:34:50 +0100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-19 18:37:30 -0300 |
commit | dece917635b060cdfcdb742a6d1722ac4c153b9c (patch) | |
tree | c0207cd205bc2d6f1ee686e3cb1b3b92bf816613 | |
parent | 77b43a9199dd7f739181b487abe678b352fcadcb (diff) | |
download | NorthstarMods-dece917635b060cdfcdb742a6d1722ac4c153b9c.tar.gz NorthstarMods-dece917635b060cdfcdb742a6d1722ac4c153b9c.zip |
Why does Atom do this to me
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 12 | ||||
-rw-r--r-- | Northstar.Client/mod/scripts/kb_act.lst | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index bafc9de9..ac986e8e 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -288,13 +288,11 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "INGAME_PLAYERS" "Players:" "TOTAL_SERVERS" "Servers:" - // Keybinds - "NORTHSTAR" "Northstar" - // Mods menu - "SHOW" "Show" - "SHOW_ALL" "All" - "SHOW_ONLY_ENABLED" "Only Enabled" - "SHOW_ONLY_DISABLED" "Only Disabled" + // Mods menu + "SHOW" "Show" + "SHOW_ALL" "All" + "SHOW_ONLY_ENABLED" "Only Enabled" + "SHOW_ONLY_DISABLED" "Only Disabled" } } diff --git a/Northstar.Client/mod/scripts/kb_act.lst b/Northstar.Client/mod/scripts/kb_act.lst index 69e1ce0d..53d411b0 100644 --- a/Northstar.Client/mod/scripts/kb_act.lst +++ b/Northstar.Client/mod/scripts/kb_act.lst @@ -1,5 +1,5 @@ "blank" "==========================" -"blank" "#NORTHSTAR" +"blank" "Northstar" "blank" "==========================" "toggleconsole" "Toggle Developer Console" "blank" "==========================" |