Changes the E flag to a V flag for rewrite consistency

This commit is contained in:
2023-03-24 23:52:18 +01:00
parent 10a16000c6
commit 91d855312d
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public enum PortalOption {
/**
* This option causes a fixed portal's sign to be removed after creation
*/
NO_SIGN('e', "stargate.option.nosign", 22);
NO_SIGN('v', "stargate.option.nosign", 22);
private final char characterRepresentation;
private final String permissionString;