From 4b62cad6bddf5ae67c46d2715a8f2647217eaff8 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 29 Mar 2020 20:57:05 -0500 Subject: [PATCH] Fix license --- LICENSE | 2 +- factorio-site.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 204b93d..eb333e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) +MIT License Copyright (c) 2020 Chandler Swift Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/factorio-site.go b/factorio-site.go index 0767491..29c1991 100644 --- a/factorio-site.go +++ b/factorio-site.go @@ -19,7 +19,6 @@ type serverData struct { func main() { - port := flag.Int("port", 80, "Port on which the HTTP server should serve (required)") serverAddr := flag.String("serverAddr", "factorio.blackolivepineapple.pizza", "Server to check status of (optional, defaults to factorio.bopp") serverPort := flag.Int("serverport", 34196, "RCON port on the Factorio server") password := flag.String("password", "", "RCON password of the server (required)")