Merge pull request #473 from wyaode/patch-2

Update npc.go
pull/478/head
ffdfgdfg 2020-03-25 19:50:50 +08:00 committed by GitHub
commit bcf9334aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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