From eaa6f1b59738ffb0cdbd5f0fcb5acfa7e65c6811 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:32:54 +0100 Subject: [PATCH] Remove unneeded tabs --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index d22c341..bc88af8 100644 --- a/main.go +++ b/main.go @@ -113,7 +113,7 @@ func main() { "RCONEnabled": os.Getenv("RCON_ENABLE"), "bUseAuth": os.Getenv("USE_AUTH"), "BanListURL": os.Getenv("BAN_LIST_URL"), - "Region": os.Getenv("SERVER_REGION"), + "Region": os.Getenv("SERVER_REGION"), // Add other environment variables and corresponding INI keys here } @@ -180,7 +180,7 @@ func main() { "RCONEnabled": "TrueFalse",//RCONEnabled=False, "bUseAuth": "TrueFalse",//bUseAuth=True, "BanListURL": "String",//BanListURL="https://api.palworldgame.com/api/banlist.txt" - "Region": "String",//Region="", + "Region": "String",//Region="", // Add other keys as needed }