This commit is contained in:
INeedGames 2020-11-10 02:38:37 -06:00
parent 6eb1e892fb
commit 39673cf20c

View File

@ -1997,6 +1997,7 @@ changeToWeap(weap)
if (toks[0] == "gl" || isSubStr(weap, "shotgun_attach_")) if (toks[0] == "gl" || isSubStr(weap, "shotgun_attach_"))
{ {
self setSpawnWeapon(weap); self setSpawnWeapon(weap);
return;
} }
self botWeapon(weap); self botWeapon(weap);