This commit is contained in:
hahwu 2025-12-24 14:30:37 +08:00
parent 7e58fd3f4b
commit e884b20e32

View File

@ -140,6 +140,7 @@ func (f *VarMgr) SetUserVar(uid int, key string, value interface{}) {
}
ved.D = value
varData[key] = ved
f.getData().NewUseVar[uid] = varData
SaveCacheVarData(GoUtil.GetVarKey(uid), varData)
}