Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit f2f8632

Browse files
author
BuildTools
committed
Bug Fixed:
* Fixed the issue where the Arena could not be added to the list.
1 parent e8e034a commit f2f8632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/online/bingulhan/extentedbukkit/bll/FileArenaManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public class FileArenaManager implements IArenaManager{
2323
protected File mapsFolder;
2424

2525
public FileArenaManager() {
26+
27+
boolean s=true;
28+
2629
mapsFolder = HanArenaAPI.getInstance().getMapsFolder();
2730
if (!mapsFolder.exists()) {
2831
mapsFolder.mkdir();

0 commit comments

Comments
 (0)