Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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");
|
||||
}
|
||||
|
||||
return player.hasPermission("worldedit");
|
||||
return player.hasPermission(command)
|
||||
|| player.hasPermission("worldedit");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren