geforkt von Mirrors/FastAsyncWorldEdit
Fixed permissions checking for individual command.
Dieser Commit ist enthalten in:
Ursprung
f55d4be2e9
Commit
bd770a5fac
@ -2048,7 +2048,8 @@ public class WorldEditController {
|
|||||||
|| player.hasPermission("worldedit");
|
|| player.hasPermission("worldedit");
|
||||||
}
|
}
|
||||||
|
|
||||||
return player.hasPermission("worldedit");
|
return player.hasPermission(command)
|
||||||
|
|| player.hasPermission("worldedit");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren