From 20830f1a3b353103f6207caadd51785ba9e77dc3 Mon Sep 17 00:00:00 2001 From: TuEye Date: Sun, 28 Feb 2021 17:38:32 +0100 Subject: [PATCH] * Explained version variable --- steamcmd_servers/subnautica_nitrox_mod/egg-subnautica.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steamcmd_servers/subnautica_nitrox_mod/egg-subnautica.json b/steamcmd_servers/subnautica_nitrox_mod/egg-subnautica.json index 72f8fe28..24bf59f3 100644 --- a/steamcmd_servers/subnautica_nitrox_mod/egg-subnautica.json +++ b/steamcmd_servers/subnautica_nitrox_mod/egg-subnautica.json @@ -4,7 +4,7 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-02-28T16:55:00+01:00", + "exported_at": "2021-02-28T17:37:13+01:00", "name": "Subnautica", "author": "tueye@tuworld.de", "description": "Subnautica is an open world survival action-adventure video game developed and published by Unknown Worlds Entertainment. In it, players are free to explore the ocean on an alien planet, known as planet 4546B, after their spaceship, the Aurora, crashes on the planet's surface.", @@ -65,7 +65,7 @@ }, { "name": "Nitrox Version", - "description": "Which version of Nitrox to install and use.", + "description": "Which version of Nitrox to install and use. Enter Github tags or branch name.", "env_variable": "NITROX_VERSION", "default_value": "1.4.0.0", "user_viewable": true,