Bah, now with less muppetry.

Silly typo.
This commit is contained in:
David Precious 2016-07-06 16:57:59 +01:00
parent f33a732d05
commit f2dd7f6a8b

View File

@ -2402,7 +2402,7 @@ public class GriefPrevention extends JavaPlugin
// First off, you cannot siege yourself, that's just // First off, you cannot siege yourself, that's just
// silly: // silly:
if (attacker.getName().equals( defender.getName() )) { if (attacker.getName().equals( defender.getName() )) {
GriefPrevention.sendMessage(player, TextMode.Err, Messages,NoSiegeYourself); GriefPrevention.sendMessage(player, TextMode.Err, Messages.NoSiegeYourself);
return true; return true;
} }