This commit is contained in:
lintx 2023-01-20 09:22:18 +00:00 committed by GitHub
commit 40d0c4617d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}
}