mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-13 18:48:35 +00:00
Front End Update v1.0
This commit is contained in:
@ -13,7 +13,7 @@ public abstract class TPermission {
|
||||
* @param allowConsole Whether to allow the command to be run anywhere, or only in game.
|
||||
*/
|
||||
public TPermission(String permission, String permissionMessage, boolean allowConsole) {
|
||||
this.permission = permission;
|
||||
this.permission = "traverse." + permission;
|
||||
this.permissionMessage = permissionMessage;
|
||||
this.allowConsole = allowConsole;
|
||||
}
|
||||
|
Reference in New Issue
Block a user