This commit is contained in:
qowevisa 2024-06-08 23:19:44 +03:00
parent c37430c371
commit ab398293b9

View File

@ -28,6 +28,7 @@ var (
func (l *LinkCenter) Init() {
l.Links = make(map[string]*UserLink)
l.SavedLinks = make(map[uint16]*LinkArray)
}
func (l *LinkCenter) AddLink(id uint16, link com.Link) error {