LinTx 2023-01-20 17:21:25 +08:00
parent 352774f677
commit aeffe9de56
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ public class MapDetailGui extends ExplorerGui<Integer> {
} catch (IllegalStateException e) {
PluginLogger.error("Error while renaming map: ", e);
I.sendT(getPlayer(), "{ce}You are no longer allowed to do that.");
close();
}
}