Skip to content

Commit

Permalink
fix(wiki): forget to setup wiki pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Aug 6, 2023
1 parent 5e4d303 commit ce0fcd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/github/sefiraat/networks/Networks.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import io.github.sefiraat.networks.slimefun.network.NetworkController;
import io.github.thebusybiscuit.slimefun4.api.SlimefunAddon;
import io.github.thebusybiscuit.slimefun4.libraries.dough.updater.GitHubBuildsUpdater;
import io.github.thebusybiscuit.slimefun4.utils.WikiUtils;
import org.bstats.bukkit.Metrics;
import org.bstats.charts.AdvancedPie;
import org.bukkit.plugin.PluginManager;
Expand Down Expand Up @@ -70,6 +71,7 @@ && getDescription().getVersion().startsWith("DEV")

public void setupSlimefun() {
NetworkSlimefunItems.setup();
WikiUtils.setupWiki(this);
if (supportedPluginManager.isNetheopoiesis()){
try {
NetheoPlants.setup();
Expand Down

0 comments on commit ce0fcd7

Please sign in to comment.