mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-09 13:47:17 +02:00
remove duplicate err var
This commit is contained in:
parent
c633da7316
commit
901c0e2317
@ -104,8 +104,6 @@ func main() {
|
|||||||
defer logFile.Close()
|
defer logFile.Close()
|
||||||
log.SetOutput(logFile)
|
log.SetOutput(logFile)
|
||||||
|
|
||||||
var err error
|
|
||||||
|
|
||||||
// Initialize Factorio Server struct
|
// Initialize Factorio Server struct
|
||||||
FactorioServ, err = initFactorio()
|
FactorioServ, err = initFactorio()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user