From dfba8757f7889dc772e66a0bb75a558bfc43bbe7 Mon Sep 17 00:00:00 2001 From: WildCard65 Date: Tue, 5 Aug 2014 09:15:55 -0400 Subject: [PATCH] Remove un-needed whitespace --- plugins/include/tf2_stocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index 9af4f9bc..e0f250f6 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -448,7 +448,7 @@ stock TF2_RemoveWeaponSlot(client, slot) { TF2_RemoveWearable(client, extraWearable); } - + RemovePlayerItem(client, weaponIndex); AcceptEntityInput(weaponIndex, "Kill"); }