Update PlayerInteractionHandler.cs

This commit is contained in:
sebastianhampel1 2023-07-14 20:08:59 -04:00
parent c35c73b3a2
commit e5642f20b3

View File

@ -77,7 +77,7 @@ public class PlayerInteractionHandler : NetworkBehaviour
}
[ObserversRpc(ExcludeOwner = true)]
[ObserversRpc]
public void SwitchWeaponMode()
{