mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-02 17:09:35 +01:00
Fixed an error with the legacy flags.
This commit is contained in:
parent
4e2a902b75
commit
9322eedb4e
@ -45,7 +45,7 @@ public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public char getLegacyCode() {
|
||||
public Character getLegacyCode() {
|
||||
return legacyCode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user