Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeepG committed Oct 10, 2024
1 parent e82c37e commit a0d3c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void Blocker_OnMapStart_NPC()

static any ClotSummon(int client, float vecPos[3], float vecAng[3], int ally)
{
return Blocker(client, vecPos, vecAng, ally);
return Blocker(client, vecPos, vecAng, ally, data);
}
methodmap Blocker < CClotBody
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void VictorianHumbee_MapStart()

static any ClotSummon(int client, float vecPos[3], float vecAng[3], int ally)
{
return VictorianHumbee(client, vecPos, vecAng, ally);
return VictorianHumbee(client, vecPos, vecAng, ally, data);
}

methodmap VictorianHumbee < CClotBody
Expand Down

0 comments on commit a0d3c15

Please sign in to comment.