소스 검색

Revert "Update npc.go", fix #515

This reverts commit 27a7a67e
ffdfgdfg 5 년 전
부모
커밋
96e7b0255f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cmd/npc/npc.go

+ 1 - 0
cmd/npc/npc.go

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