Merge pull request #57 from dbrownidau/broadcast-chat-npe

check if message null return
This commit is contained in:
Chris 2022-02-03 05:55:52 -07:00 committed by GitHub
commit 52bc537e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2779,6 +2779,11 @@ public final class PurpleBot {
}
}
}
// https://github.com/cnaude/PurpleIRC-spigot/issues/49
if (message == null){
return;
}
/*
Send messages to Dynmap if enabled