npc file load bug

pull/59/head
刘河 2019-02-25 10:20:46 +08:00
parent e65ab33749
commit 6788f24821
1 changed files with 0 additions and 1 deletions

View File

@ -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,
}