From 372da565e330af534c0740c7d521a930965dfe19 Mon Sep 17 00:00:00 2001 From: RIscRIpt Date: Mon, 12 Jun 2017 23:54:12 +0300 Subject: [PATCH] Fix typo: calling function CheckUser with wrong name --- Scripts/Modes/ShootMania/Infection.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Modes/ShootMania/Infection.Script.txt b/Scripts/Modes/ShootMania/Infection.Script.txt index 3fc4933..edca7dd 100644 --- a/Scripts/Modes/ShootMania/Infection.Script.txt +++ b/Scripts/Modes/ShootMania/Infection.Script.txt @@ -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); } } }