File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/maxgamer/quickshop Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ public void onFailed(SQLException e) {
120120 try {
121121 if (!manager .hasColumn (plugin .getDbPrefix () + "shops" , "extra" )) {
122122 String sqlString ;
123- // Reremake - DataStorage
124- // @TODO needs testing
125123 if (manager .getDatabase () instanceof MySQLCore ) {
126124 sqlString = "ALTER TABLE " + plugin
127125 .getDbPrefix () + "shops ADD extra LONGTEXT" ;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ private synchronized void rescan() {
7575 try {
7676 Class <?> clazz = Class .forName (input );
7777 this .ignoredListener .add (new ListenerContainer (clazz , input ));
78- Util .debugLog ("Successfully added blacklist: [CLAZZ ] " + clazz .getName ());
78+ Util .debugLog ("Successfully added blacklist: [BINDING ] " + clazz .getName ());
7979 } catch (Exception ignored ) {
8080 this .ignoredListener .add (new ListenerContainer (null , input ));
8181 Util .debugLog ("Successfully added blacklist: [DYNAMIC] " + input );
You can’t perform that action at this time.
0 commit comments