diff options
author | H0L0theBard <97146561+H0L0theBard@users.noreply.github.com> | 2022-04-22 09:49:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 01:49:40 +0200 |
commit | 7f44158c9247c5a09e63c2022cfac17bfc401ff2 (patch) | |
tree | 174965ff57c19d19e8f18ad371dfa6480942e575 /docs/installing-northstar/using-northstar | |
parent | d223b8869e9348e4fcf9bbd3dde9dedcffa98ebb (diff) | |
download | NorthstarWiki-7f44158c9247c5a09e63c2022cfac17bfc401ff2.tar.gz NorthstarWiki-7f44158c9247c5a09e63c2022cfac17bfc401ff2.zip |
Add -noplugins to launch arg list (#65)
Diffstat (limited to 'docs/installing-northstar/using-northstar')
-rw-r--r-- | docs/installing-northstar/using-northstar/launch-arguments.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/launch-arguments.md b/docs/installing-northstar/using-northstar/launch-arguments.md index 22aef14..82d23ba 100644 --- a/docs/installing-northstar/using-northstar/launch-arguments.md +++ b/docs/installing-northstar/using-northstar/launch-arguments.md @@ -12,6 +12,7 @@ Here's a list of new command line arguments that Northstar introduces, they shou | `-language` | Forces loading of client localisation | language string ex: `portuguese` | | `-profile=` | Enabled specifying a different profile directory. Default: R2Northstar | Example: `-profile="dev mods"` | | `-enablechathooks` | Enables the use of chathooks for use by mods | | +| `-noplugins` | Disables the plugin system | | Here's a list of command line arguments from the base game. |