Update RegisterShared.lua to remove duplicate call

Removed duplicate call to RegisterBarotrauma("AIObjectiveOperateItem")
This commit is contained in:
Terragen
2022-04-28 13:24:21 -04:00
committed by GitHub
parent 2c1329fa36
commit 14bcf946e2
@@ -115,7 +115,6 @@ RegisterBarotrauma("AIObjectiveGetItem")
RegisterBarotrauma("AIObjectiveGoTo") RegisterBarotrauma("AIObjectiveGoTo")
RegisterBarotrauma("AIObjectiveIdle") RegisterBarotrauma("AIObjectiveIdle")
RegisterBarotrauma("AIObjectiveOperateItem") RegisterBarotrauma("AIObjectiveOperateItem")
RegisterBarotrauma("AIObjectiveOperateItem")
RegisterBarotrauma("AIObjectivePumpWater") RegisterBarotrauma("AIObjectivePumpWater")
RegisterBarotrauma("AIObjectiveRepairItem") RegisterBarotrauma("AIObjectiveRepairItem")
RegisterBarotrauma("AIObjectiveRepairItems") RegisterBarotrauma("AIObjectiveRepairItems")