Remove un-needed whitespace

This commit is contained in:
WildCard65 2014-08-05 09:15:55 -04:00
parent 15304a0059
commit dfba8757f7

View File

@ -448,7 +448,7 @@ stock TF2_RemoveWeaponSlot(client, slot)
{ {
TF2_RemoveWearable(client, extraWearable); TF2_RemoveWearable(client, extraWearable);
} }
RemovePlayerItem(client, weaponIndex); RemovePlayerItem(client, weaponIndex);
AcceptEntityInput(weaponIndex, "Kill"); AcceptEntityInput(weaponIndex, "Kill");
} }