mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:18:35 +00:00
Don't allow edits on plots when owner is offline and player is only added (#1313)
This commit is contained in:
@ -23,8 +23,8 @@ public class MemoryCheckingExtent extends PassthroughExtent {
|
||||
if (MemUtil.isMemoryLimited()) {
|
||||
if (this.actor != null) {
|
||||
actor.print(Caption.of(
|
||||
"fawe.cancel.worldedit.cancel.reason",
|
||||
Caption.of("fawe.cancel.worldedit.cancel.reason.low.memory")
|
||||
"fawe.cancel.reason",
|
||||
Caption.of("fawe.cancel.reason.low.memory")
|
||||
));
|
||||
if (Permission.hasPermission(this.actor, "worldedit.fast")) {
|
||||
this.actor.print(Caption.of("fawe.info.worldedit.oom.admin"));
|
||||
|
Reference in New Issue
Block a user