Wrap and unwrap.

Exceptions are fun.
This commit is contained in:
wizjany
2019-05-29 21:38:37 -04:00
parent 27b58f4e85
commit ec3648e521
2 changed files with 4 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class WorldEditPlugin extends JavaPlugin implements TabCompleter {
// register this so we can load world-dependent data right as the first world is loading
if (worldInitListener != null) {
getLogger().warning("Server reload detected. This may cause various issues with WorldEdit and dependant plugins.");
getLogger().warning("Server reload detected. This may cause various issues with WorldEdit and dependent plugins.");
try {
// these don't stick around between reload
loadAdapter();