Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Fix typo: calling function CheckUser with wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
RIscRIpt committed Jun 12, 2017
1 parent 84821bf commit 372da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Modes/ShootMania/Infection.Script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ foreach(Event in PendingEvents) {
{
if(S_BlacklistURL != "") {
if(Event.Player != Null) {
Blacklist::Check(Event.Player.User);
Blacklist::CheckUser(Event.Player.User);
}
}
}
Expand Down

0 comments on commit 372da56

Please sign in to comment.