Update PlayerInteractionHandler.cs
This commit is contained in:
parent
2956fe9b99
commit
3deb223006
@ -201,7 +201,7 @@ public class PlayerInteractionHandler : NetworkBehaviour
|
|||||||
{
|
{
|
||||||
|
|
||||||
SwitchWeaponMode();
|
SwitchWeaponMode();
|
||||||
if (!IsServer) {
|
if (true) {
|
||||||
GunEnabled = !GunEnabled;
|
GunEnabled = !GunEnabled;
|
||||||
if (!GunEnabled)
|
if (!GunEnabled)
|
||||||
pistol.Disable();
|
pistol.Disable();
|
||||||
|
Reference in New Issue
Block a user