mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-12 23:54:12 +00:00
Fix required arguments for GetNetID and SetActivatorByNetID
This commit is contained in:
parent
02c9bc5f3b
commit
1bdcd47149
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue