From 49b2dbe4c7630e645c023622fb390982a13f7d25 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 21 Aug 2020 00:50:51 -0400 Subject: [PATCH] Remove math import --- server/plugin/gamemap/gamemap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/plugin/gamemap/gamemap.go b/server/plugin/gamemap/gamemap.go index 3e6da2a..a8db826 100644 --- a/server/plugin/gamemap/gamemap.go +++ b/server/plugin/gamemap/gamemap.go @@ -3,7 +3,6 @@ package gamemap import ( "encoding/json" "fmt" - "math" ) // WorldMap is the data structure used game world