SavageLabs / SavageFactions

The Ultimate Competitve Factions Plugin. Switches focus from casual factions and introduces new features for competitive factions.
https://savagelabs.net
GNU General Public License v3.0
95 stars 63 forks source link

Fix NPE in Blocklistener #229

Closed Drc-DEV closed 5 years ago

Drc-DEV commented 5 years ago

What type of PR is this? Bug Fix

Explain your change(s): Null check

Why did you make these change(s)? NPE

prosavage commented 5 years ago

I made it return early by checking if the item is null before. Any reason why that might be wrong?