mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-11 00:35:26 +02:00
Merge branch 'master' of https://github.com/IntellectualSites/PlotSquared
This commit is contained in:
@@ -317,7 +317,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
PS.debug("There was an error updating the database.");
|
||||||
PS.debug(" - It will be correct on shutdown");
|
PS.debug(" - It will be corrected on shutdown");
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@@ -369,7 +369,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
PS.debug("There was an error updating the database.");
|
||||||
PS.debug(" - It will be correct on shutdown");
|
PS.debug(" - It will be corrected on shutdown");
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@@ -414,7 +414,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
PS.debug("There was an error updating the database.");
|
||||||
PS.debug(" - It will be correct on shutdown");
|
PS.debug(" - It will be corrected on shutdown");
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@@ -459,7 +459,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
PS.debug("There was an error updating the database.");
|
||||||
PS.debug(" - It will be correct on shutdown");
|
PS.debug(" - It will be corrected on shutdown");
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
@@ -488,7 +488,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
PS.debug("============ DATABASE ERROR ============");
|
PS.debug("============ DATABASE ERROR ============");
|
||||||
PS.debug("There was an error updating the database.");
|
PS.debug("There was an error updating the database.");
|
||||||
PS.debug(" - It will be correct on shutdown");
|
PS.debug(" - It will be corrected on shutdown");
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
PS.debug("========================================");
|
PS.debug("========================================");
|
||||||
|
Reference in New Issue
Block a user