Fixed
This commit is contained in:
@@ -44,7 +44,7 @@ namespace MegaKoop.Game.Networking
|
||||
return;
|
||||
}
|
||||
|
||||
if (!characterNetwork.IsLocalPlayer || characterNetwork.IsAuthority)
|
||||
if (!characterNetwork.IsLocalPlayer)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user