This commit is contained in:
Dominik G.
2025-10-12 14:18:12 +02:00
parent 3594fdd761
commit ba150ac5d3
2 changed files with 7 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ namespace MegaKoop.Game.Networking
return;
}
if (!characterNetwork.IsLocalPlayer || characterNetwork.IsAuthority)
if (!characterNetwork.IsLocalPlayer)
{
return;
}