Fixed an error with the legacy flags.

This commit is contained in:
sk89q 2011-04-02 11:48:06 -07:00
parent 4e2a902b75
commit 9322eedb4e

View File

@ -45,7 +45,7 @@ public String getName() {
return name; return name;
} }
public char getLegacyCode() { public Character getLegacyCode() {
return legacyCode; return legacyCode;
} }