mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-12 11:21:34 +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