mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-04-14 07:26:23 +02:00

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.