Skip to content

Commit

Permalink
Fix can_siege - yet another fort typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 26, 2016
1 parent cfdc21a commit c151bf5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ else if (attribute.startsWith("chunks")) {
// Returns whether the GriefPreventionClaim can siege the player.
// @plugin Depenizen, GriefPrevention
// -->
else if (attribute.startsWith("can_seige") && attribute.hasContext(1)) {
else if (attribute.startsWith("can_siege") && attribute.hasContext(1)) {
dPlayer defender = dPlayer.valueOf(attribute.getContext(1));
if (defender == null) {
return null;
Expand Down

0 comments on commit c151bf5

Please sign in to comment.