From 8b69e65e51507118b014a0426ae6f957b78a0707 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:30:22 +0100 Subject: Reformat --- code/entity/DroppedWeapon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/entity/DroppedWeapon.cs') diff --git a/code/entity/DroppedWeapon.cs b/code/entity/DroppedWeapon.cs index f0cad67..0cea7da 100644 --- a/code/entity/DroppedWeapon.cs +++ b/code/entity/DroppedWeapon.cs @@ -27,7 +27,7 @@ public partial class DroppedWeapon : AnimatedEntity if ( !Game.IsServer ) return; if ( !other.Tags.Has( "livingplayer" ) ) return; - MurderGame.Player player = (MurderGame.Player)other; + MurderGame.Player player = (MurderGame.Player)other; if ( player.Inventory == null || player.Inventory.PrimaryWeapon != null || !player.Inventory.AllowPickup) return; -- cgit v1.2.3-70-g09d2