npc file load bug

This commit is contained in:
刘河 2019-02-25 10:20:46 +08:00
parent e65ab33749
commit 6788f24821

View File

@ -53,7 +53,6 @@ func NewClient(vKey string, noStore bool, noDisplay bool) *Client {
Flow: new(Flow), Flow: new(Flow),
Rate: nil, Rate: nil,
NoStore: noStore, NoStore: noStore,
id: GetCsvDb().GetClientId(),
RWMutex: sync.RWMutex{}, RWMutex: sync.RWMutex{},
NoDisplay: noDisplay, NoDisplay: noDisplay,
} }