From b8343c70cd5f6215cde6a31d83a51fc6bbe92e39 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 20 Mar 2020 11:37:17 -0500 Subject: [PATCH] Update connection string information --- factorio-site.go | 2 ++ templates/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@

blackolivepineapple.pizza Factorio Server