Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 7f8e101

Browse files
committed
whoops lol
1 parent 48169bd commit 7f8e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base.rte/Activities/OneManArmyDiggers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function OneManArmy:StartActivity()
8181
local primaryWeapon, secondaryWeapon, throwable, actor;
8282
for entity in module.Presets do
8383
local picked; -- Prevent duplicates
84-
if not primaryWeapon and entity.ClassName == "HDFirearm" if ToMOSRotating(entity):HasObjectInGroup(primaryGroup) and ToMOSRotating(entity).IsBuyable then
84+
if not primaryWeapon and entity.ClassName == "HDFirearm" and ToMOSRotating(entity):HasObjectInGroup(primaryGroup) and ToMOSRotating(entity).IsBuyable then
8585
primaryWeapon = CreateHDFirearm(entity:GetModuleAndPresetName());
8686
picked = true;
8787
end

0 commit comments

Comments
 (0)