Skip to content

Commit

Permalink
add ServerDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 committed Jan 30, 2024
1 parent ee2198f commit d67f146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func main() {
envVars := map[string]string{
"ServerPlayerMaxNum": os.Getenv("MAX_PLAYERS"),
"ServerName": os.Getenv("SERVER_NAME"),
"ServerDescription": os.Getenv("SERVER_DESCRIPTION"),
"ServerPassword": os.Getenv("SERVER_PASSWORD"),
"AdminPassword": os.Getenv("ADMIN_PASSWORD"),
"PublicIP": os.Getenv("PUBLIC_IP"),
Expand All @@ -29,6 +30,7 @@ func main() {
"ServerName": true,
"ServerPassword": true,
"AdminPassword": true,
"ServerDescription": true,
// Add other keys as needed
}

Expand Down

0 comments on commit d67f146

Please sign in to comment.