Bah, now with less muppetry.
Silly typo.
This commit is contained in:
parent
f33a732d05
commit
f2dd7f6a8b
|
|
@ -2402,7 +2402,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
// First off, you cannot siege yourself, that's just
|
||||
// silly:
|
||||
if (attacker.getName().equals( defender.getName() )) {
|
||||
GriefPrevention.sendMessage(player, TextMode.Err, Messages,NoSiegeYourself);
|
||||
GriefPrevention.sendMessage(player, TextMode.Err, Messages.NoSiegeYourself);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user