Skip to content

Commit 418d19c

Browse files
author
89apt89
committed
Remove redundant initializer
1 parent 1f1b7b3 commit 418d19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/systems/kscott/randomspawnplus3/spawn/SpawnFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public SpawnFinder(RandomSpawnPlus plugin) {
4040
this.config = plugin.getConfig();
4141

4242
/* Setup safeblocks */
43-
List<String> safeBlockStrings = new ArrayList<>();
43+
List<String> safeBlockStrings;
4444
safeBlockStrings = config.getStringList("safe-blocks");
4545

4646
safeBlocks = new ArrayList<>();

0 commit comments

Comments
 (0)