playerscouter: Null check

This commit is contained in:
Owain van Brakel
2019-11-07 07:27:30 +01:00
parent 96a3de0778
commit cb17b6a211

View File

@@ -182,7 +182,7 @@ public class PlayerScouter extends Plugin
resetBlacklist();
if (!checkWildy() || playerContainer.isEmpty())
if (!checkWildy() || playerContainer.isEmpty() || this.webhook == null)
{
return;
}