This commit is contained in:
shoopea 2019-05-25 17:05:22 +08:00
parent 00dce41e9a
commit b39313ae25

2
obj.go
View File

@ -370,7 +370,7 @@ func loadObjUser() error {
u := new(ChatWarsUser)
u.ObjID64 = id
u.Name = name
cacheObjUser[tag] = *u
cacheObjUser[name] = *u
}
return nil