File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/maxgamer/quickshop/shop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public void loadShops(@Nullable String worldName) {
177177 this .plugin .getLogger ().info (">> Shop Loader Information" );
178178 this .plugin .getLogger ().info ("Total shops: " + total );
179179 this .plugin .getLogger ().info ("Valid shops: " + valid );
180- this .plugin .getLogger ().info ("Pending loading shops : " + loaded );
180+ this .plugin .getLogger ().info ("Pending : " + loaded );
181181 this .plugin .getLogger ().info ("Waiting worlds loaded: " + loadAfterWorldLoaded );
182182 this .plugin .getLogger ().info ("Waiting chunks loaded: " + loadAfterChunkLoaded );
183183 this .plugin .getLogger ().info ("Done! Used " + timer .stopAndGetTimePassed () + "ms to loaded shops in database." );
You can’t perform that action at this time.
0 commit comments