Skip to content

Commit

Permalink
missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
esmail9900 authored May 6, 2024
1 parent c603b01 commit 734f78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ bool CStaticFunctionDefinitions::DestroyElement(CElement* pElement)
arguments.PushElement(pTeam); // Return team element as oldteam
arguments.PushNil(); // No new team return nil
player->CallEvent("onPlayerTeamChange", arguments);
arguments.DeleteArguments()
arguments.DeleteArguments();
}
}

Expand Down

0 comments on commit 734f78c

Please sign in to comment.