增加日志

This commit is contained in:
hahwu 2026-01-26 12:23:13 +08:00
parent 69e4c823c4
commit 22c20dd8b3

View File

@ -3021,6 +3021,7 @@ func ReqKv(player *Player, buf []byte) error {
}
KvMod := player.PlayMod.getKvMod()
KvMod.SetVar(int(req.Key), req.Value)
log.Debug("player %d set kv key %d value %s", player.M_DwUin, req.Key, req.Value)
return nil
}