表情优化
This commit is contained in:
parent
dc7634e385
commit
163cdf68ff
@ -26,6 +26,9 @@ const (
|
||||
|
||||
func (e *EmojiMod) InitData() {
|
||||
now := GoUtil.Now()
|
||||
if e.Set == nil {
|
||||
e.Set = make(map[int]int)
|
||||
}
|
||||
if e.List == nil {
|
||||
e.List = make(map[int]*Emoji)
|
||||
InitId := emojiCfg.GetInitList()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user