Revert "Update npc.go", fix #515

This reverts commit 27a7a67e
pull/526/head
ffdfgdfg 2020-04-21 20:52:48 +08:00
parent 805b129c3b
commit 96e7b0255f
1 changed files with 1 additions and 0 deletions

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 == "" {