From 6788f24821b3e9da5ea61c1c13feb9795b9d3080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Mon, 25 Feb 2019 10:20:46 +0800 Subject: [PATCH] npc file load bug --- lib/file/obj.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/file/obj.go b/lib/file/obj.go index a0485ad..ba88ae0 100644 --- a/lib/file/obj.go +++ b/lib/file/obj.go @@ -53,7 +53,6 @@ func NewClient(vKey string, noStore bool, noDisplay bool) *Client { Flow: new(Flow), Rate: nil, NoStore: noStore, - id: GetCsvDb().GetClientId(), RWMutex: sync.RWMutex{}, NoDisplay: noDisplay, }