From 1960009c96a08391b46839916f8a04ce2fd04532 Mon Sep 17 00:00:00 2001 From: mattman107 <65982675+mattman107@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:43:26 -0400 Subject: [PATCH] Update ReadMe.md --- game_eggs/SuperTuxKart/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_eggs/SuperTuxKart/ReadMe.md b/game_eggs/SuperTuxKart/ReadMe.md index c5fb073f..8b8e87f3 100644 --- a/game_eggs/SuperTuxKart/ReadMe.md +++ b/game_eggs/SuperTuxKart/ReadMe.md @@ -28,6 +28,6 @@ To change server settings, stop the server then edit the 'config.xml' file in th 2759 is the default port, but any port can be used. You will have to manually change it in the config.xml file. -To update the server (only should have to be done when the games code or assets are updated) in panel go to Servers > SuperTuxKart Server > Manage > Reinstall. This will download the updated code/assets (should exclude anything that didn't change) and recompile the executable. +To update the server (only should have to be done when the games code or assets are updated) in panel as an admin go to Servers > SuperTuxKart Server > Manage > Reinstall. If you are a standard user go to SuperTuxKart Server > Settings > Reinstall Sever. This will download the updated code/assets (should exclude anything that didn't change) and recompile the executable. Currently this is setup to run a local lan server. To make this a wan server (available in the SuperTuxKart online lobby list) read the document at this link and make the necessary changes to the [startup command](https://github.com/supertuxkart/stk-code/blob/master/NETWORKING.md).