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

Commit 4b4ad91

Browse files
fix
1 parent be361d3 commit 4b4ad91

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

api/src/main/java/de/oliver/fancyholograms/api/FancyHolograms.java

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ static boolean isEnabled() {
3434
*/
3535
HologramConfiguration getHologramConfiguration();
3636

37-
/**
38-
* @return The hologram storage.
39-
*/
40-
HologramStorage getHologramStorage();
41-
4237
/**
4338
* @return The hologram thread
4439
*/

src/main/java/de/oliver/fancyholograms/main/FancyHologramsPlugin.java

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ public HologramConfiguration getHologramConfiguration() {
309309
return configuration;
310310
}
311311

312-
@Override
313312
public HologramStorage getHologramStorage() {
314313
return hologramStorage;
315314
}

0 commit comments

Comments
 (0)