Revert "Update npc.go", fix #515

This reverts commit 27a7a67e
This commit is contained in:
ffdfgdfg 2020-04-21 20:52:48 +08:00
parent 805b129c3b
commit 96e7b0255f

View File

@ -218,6 +218,7 @@ func run() {
commonConfig.Client = new(file.Client)
commonConfig.Client.Cnf = new(file.Config)
go client.StartLocalServer(localServer, commonConfig)
return
}
env := common.GetEnvMap()
if *serverAddr == "" {