Skip to content

Commit 304ffc0

Browse files
authored
Add quotes arround RandomizerSeed
1 parent 3034cd1 commit 304ffc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version of the program
16-
const Version = "v1.0.22"
16+
const Version = "v1.0.23"
1717

1818
func main() {
1919
fmt.Println("Program Version:", Version)
@@ -279,6 +279,7 @@ func main() {
279279
"ServerDescription": true,
280280
"BanListURL": true,
281281
"PublicIP": true,
282+
"RandomizerSeed": true,
282283
// Add other keys as needed
283284
}
284285
// Determine the operating system

0 commit comments

Comments
 (0)