From 4aae36d1ae9d80488c671c0f04554d626f198ef4 Mon Sep 17 00:00:00 2001 From: Micke Date: Fri, 8 Mar 2024 21:40:43 +0100 Subject: [PATCH] Add "Lunar New Year" to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f01d310..33fb730 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ DATA_PATH Save file location. If not set it defaults to a sub-folder n MAX_PLAYERS Maximum number of players that will be allowed to connect to server. DISCORD Enables discord webhook features witch sends GameID to a channel. DISCORD_HOOK Webhook url (Edit channel > Integrations > Create Webhook). -SEASON Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6). -1 is default setting where it is set depending on system date. +SEASON Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6), LunarNewYear(7). -1 is default setting where it is set depending on system date. SERVER_IP Only used if port is set. Sets the address that the server will bind to. SERVER_PORT What port to bind to. If not set, then the server will use the Steam relay network. If set the clients will connect to the server directly and the port needs to be open. ```