Skip to content

Commit

Permalink
Fix required arguments for GetNetID and SetActivatorByNetID
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Nov 1, 2024
1 parent 02c9bc5 commit 1bdcd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zspecial.acs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ special
-212:GetSectorHealth(2),
-213:GetLineHealth(1),
-214:SetSubtitleNumber(2),
-215:GetNetID(3),
-216:SetActivatorByNetID(2),
-215:GetNetID(2, 3),
-216:SetActivatorByNetID(1, 2),

// Eternity's
-300:GetLineX(3),
Expand Down

0 comments on commit 1bdcd47

Please sign in to comment.