Update PlayerInteractionHandler.cs
This commit is contained in:
parent
e5642f20b3
commit
f4d0ef5f47
@ -203,7 +203,7 @@ public class PlayerInteractionHandler : NetworkBehaviour
|
|||||||
{
|
{
|
||||||
|
|
||||||
SwitchWeaponMode();
|
SwitchWeaponMode();
|
||||||
if (!IsServer) {
|
if (false) {
|
||||||
GunEnabled = !GunEnabled;
|
GunEnabled = !GunEnabled;
|
||||||
if (!GunEnabled)
|
if (!GunEnabled)
|
||||||
pistol.Disable();
|
pistol.Disable();
|
||||||
|
Reference in New Issue
Block a user