mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Alias for 'Everyone' on warp signs.
This commit is contained in:
parent
6e4bf932ec
commit
6d6a29a99d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class SignWarp extends EssentialsSign
|
||||||
throw new SignException(ex.getMessage(), ex);
|
throw new SignException(ex.getMessage(), ex);
|
||||||
}
|
}
|
||||||
final String group = sign.getLine(2);
|
final String group = sign.getLine(2);
|
||||||
if ("Everyone".equalsIgnoreCase(group))
|
if ("Everyone".equalsIgnoreCase(group) || "Everybody".equalsIgnoreCase(group))
|
||||||
{
|
{
|
||||||
sign.setLine(2, "§2Everyone");
|
sign.setLine(2, "§2Everyone");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue