mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-01-20 09:19:35 +01:00
3abb35e506
If the statement is null, the `isClosed` check will lead to a NPE. As it's going to be null either way, just ignoring the NPE has no side effects.