From 91b221d451505a78397f800912c11c1f09d8c25d Mon Sep 17 00:00:00 2001 From: Lyberta Date: Fri, 16 Feb 2018 14:19:23 +0300 Subject: [PATCH] Tabs ftw. --- qcsrc/common/wepent.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/wepent.qc b/qcsrc/common/wepent.qc index be3d089bd..376949870 100644 --- a/qcsrc/common/wepent.qc +++ b/qcsrc/common/wepent.qc @@ -66,7 +66,7 @@ MACRO_END { WriteByte(chan, this.oknex_chargepool_ammo * 16); }, \ { (viewmodels[this.m_wepent_slot]).oknex_chargepool_ammo = ReadByte() / 16; }) \ \ - PROP(false, clip_load, WEPENT_SET_NORMAL, \ + PROP(false, clip_load, WEPENT_SET_NORMAL, \ { WriteShort(chan, this.clip_load); }, \ { (viewmodels[this.m_wepent_slot]).clip_load = ReadShort(); }) \ \ -- 2.39.2