Some minor fixes to the previous commit.

This commit is contained in:
Olof Larsson
2012-05-09 03:32:04 +02:00
parent ca6b185bd1
commit 2c5438bf70
4 changed files with 3 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ public enum FPerm
if (str.startsWith("s")) return SETHOME;
if (str.startsWith("w")) return WITHDRAW;
if (str.startsWith("t")) return TERRITORY;
if (str.startsWith("ca")) return CAPE;
if (str.startsWith("di")) return DISBAND;
if (str.startsWith("pe")) return PERMS;
return null;