Skip to content

Commit

Permalink
piss off reviewdog (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Floweynt committed Sep 4, 2024
1 parent 8269f87 commit 6a84c16
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ public int compareTo(RespawningStructure other) {
public static CompletableFuture<RespawningStructure> fromConfig(StructuresPlugin plugin, World world, String configLabel, ConfigurationSection config) {
CompletableFuture<RespawningStructure> future = new CompletableFuture<>();

if("obvious_and_stupid_condition" == "obvious_and_stupid_condition") {

}
try {
if (!config.isString("name")) {
throw new Exception("Invalid name");
Expand Down

0 comments on commit 6a84c16

Please sign in to comment.