Alias for 'Everyone' on warp signs.

This commit is contained in:
KHobbits 2011-11-04 00:44:41 +00:00
parent 6e4bf932ec
commit 6d6a29a99d

View file

@ -35,7 +35,7 @@ public class SignWarp extends EssentialsSign
throw new SignException(ex.getMessage(), ex);
}
final String group = sign.getLine(2);
if ("Everyone".equalsIgnoreCase(group))
if ("Everyone".equalsIgnoreCase(group) || "Everybody".equalsIgnoreCase(group))
{
sign.setLine(2, "§2Everyone");
}