mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Merge remote-tracking branch 'origin/breaking' into breaking
This commit is contained in:
@ -351,7 +351,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
task.set(statement);
|
||||
task.addBatch(statement);
|
||||
try {
|
||||
if (statement.isClosed()) {
|
||||
if (statement != null && statement.isClosed()) {
|
||||
statement = null;
|
||||
}
|
||||
} catch (AbstractMethodError ignore) {
|
||||
|
Reference in New Issue
Block a user