Correctly remove faction warps in unclaimed land

This commit is contained in:
eueln
2015-01-06 11:57:33 -06:00
parent 5799a0480b
commit d36e88f2c0
3 changed files with 5 additions and 18 deletions

View File

@@ -25,8 +25,6 @@ public interface Faction extends EconomyParticipator {
public boolean removeWarp(String name);
public boolean removeWarp(LazyLocation loc);
public void clearWarps();
public void addAnnouncement(FPlayer fPlayer, String msg);