diff --git a/factorio-site.go b/factorio-site.go index 007f859..0767491 100644 --- a/factorio-site.go +++ b/factorio-site.go @@ -12,6 +12,7 @@ import ( type serverData struct { IPAddr string + Port int Title string Players string } @@ -61,6 +62,7 @@ func main() { data := serverData{ *serverAddr, + 34197, "Server with Bob's Mod, est. Feb 2020", playersOnline, } diff --git a/templates/index.html b/templates/index.html index 244af6a..05dc73d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@