[Fix] Reputation respawn hotfix (#497)

This commit is contained in:
HitPanda
2023-10-17 14:40:08 +03:00
committed by Aviu00
parent 12d304b5af
commit 56d4d2d332

View File

@@ -44,7 +44,7 @@ public sealed class ReputationManager : EntitySystem
private void OnPlayerSpawn(PlayerBeforeSpawnEvent ev)
{
_playerConnectionTime.Add(ev.Player.UserId, DateTime.UtcNow);
_playerConnectionTime[ev.Player.UserId] = DateTime.UtcNow;
}
private void OnConnected(object? sender, NetChannelArgs e)