Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs
This commit is contained in:
@@ -46,7 +46,7 @@ public class CmdUnclaimall extends FCommand
|
||||
}
|
||||
|
||||
LandUnclaimAllEvent unclaimAllEvent = new LandUnclaimAllEvent(myFaction, fme);
|
||||
Bukkit.getServer().getPluginManager().callEvent(unclaimAllEvent);
|
||||
Bukkit.getServer().getPluginManager().callEvent(unclaimAllEvent);
|
||||
// this event cannot be cancelled
|
||||
|
||||
Board.unclaimAll(myFaction.getId());
|
||||
|
||||
Reference in New Issue
Block a user