mirror of https://github.com/ehang-io/nps
npc file load bug
parent
e65ab33749
commit
6788f24821
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue