Fix
This commit is contained in:
parent
c37430c371
commit
ab398293b9
|
@ -28,6 +28,7 @@ var (
|
||||||
|
|
||||||
func (l *LinkCenter) Init() {
|
func (l *LinkCenter) Init() {
|
||||||
l.Links = make(map[string]*UserLink)
|
l.Links = make(map[string]*UserLink)
|
||||||
|
l.SavedLinks = make(map[uint16]*LinkArray)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *LinkCenter) AddLink(id uint16, link com.Link) error {
|
func (l *LinkCenter) AddLink(id uint16, link com.Link) error {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user