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

Commit e7cdc85

Browse files
author
BuildTools
committed
Bug Fixed:
* Fixed a bug where the arena was not added
1 parent a86d857 commit e7cdc85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/online/bingulhan/extentedbukkit/HanArenaAPI.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ public final class HanArenaAPI extends JavaPlugin {
2020
@Getter
2121
private IArenaManager arenaManager;
2222

23-
2423
@Getter
2524
File mapsFolder;
2625

27-
28-
26+
boolean isApıActivity=true;
2927

3028
@Override
3129
public void onEnable() {

0 commit comments

Comments
 (0)