diff --git a/Multiplayer.md b/Multiplayer.md index 1611b92..26b28d9 100644 --- a/Multiplayer.md +++ b/Multiplayer.md @@ -9,14 +9,14 @@ In order for the server to successfully accept clients, the port must be open fo You can also launch a server by command line, e.g. ``` -openrct2 host --port 22050 +openrct2-cli host --port 22050 ``` ### Dedicated server OpenRCT2 also supports a headless mode where the game will run as a console application with no UI. This is useful for running dedicated game servers. This can be launched by the following command line: ``` -openrct2 host --port 11753 --headless +openrct2-cli host --port 11753 --headless ``` Additional arguments: @@ -37,7 +37,7 @@ Description=OpenRCT2 server instance After=network.target [Service] -ExecStart= host "" --headless +ExecStart= host "" --headless Type=simple User=