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