From 8b69e65e51507118b014a0426ae6f957b78a0707 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:30:22 +0100 Subject: Reformat --- code/weapon/Weapon.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'code/weapon/Weapon.cs') diff --git a/code/weapon/Weapon.cs b/code/weapon/Weapon.cs index 2af8ba6..4519adc 100644 --- a/code/weapon/Weapon.cs +++ b/code/weapon/Weapon.cs @@ -202,13 +202,13 @@ public partial class Weapon : AnimatedEntity vm.Owner = Owner; ViewModelEntity = vm; if (!string.IsNullOrEmpty(HandsModelPath)) - { - HandModelEntity = new BaseViewModel(); - HandModelEntity.Owner = Owner; - HandModelEntity.EnableViewmodelRendering = true; - HandModelEntity.SetModel(HandsModelPath); - HandModelEntity.SetParent(ViewModelEntity, true); - } + { + HandModelEntity = new BaseViewModel(); + HandModelEntity.Owner = Owner; + HandModelEntity.EnableViewmodelRendering = true; + HandModelEntity.SetModel(HandsModelPath); + HandModelEntity.SetParent(ViewModelEntity, true); + } } [ClientRpc] -- cgit v1.2.3-70-g09d2