Skip to content

Commit

Permalink
minor cleanup on that PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 23, 2022
1 parent dfb2e80 commit 737c52b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public static void register() {
return getPlayersFromResidents(object.town.getRank(rankObj.asString()));
});


// <--[tag]
// @attribute <TownTag.is_open>
// @returns ElementTag(Boolean)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import com.palmergames.bukkit.towny.TownyUniverse;
import com.denizenscript.denizen.objects.LocationTag;
import com.denizenscript.denizencore.objects.core.ElementTag;
import org.jetbrains.annotations.Nullable;

import java.util.UUID;

Expand Down Expand Up @@ -135,7 +134,6 @@ public static void register() {
});
}

@Nullable
private static PlayerTag getResidentAtLocation(LocationTag location) throws NotRegisteredException {
TownBlock block = TownyAPI.getInstance().getTownBlock(location);
if (block == null) {
Expand Down

0 comments on commit 737c52b

Please sign in to comment.