Skip to content

Commit

Permalink
Add SettingsListerner to register events (#486)
Browse files Browse the repository at this point in the history
Juste un ajout dans le Main pour éviter une erreur lors du /settings
Jsp pk le Listener s'était retiré
  • Loading branch information
MathiasDPX authored Nov 28, 2024
2 parents 77034f7 + 76d0ea9 commit 6790d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fr/communaywen/core/AywenCraftPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
import fr.communaywen.core.managers.LeaderboardManager;
import fr.communaywen.core.personalhome.HSCommand;
import fr.communaywen.core.quests.*;
import fr.communaywen.core.settings.SettingsListener;
import fr.communaywen.core.space.moon.MoonListener;
import fr.communaywen.core.space.rocket.RocketListener;
import fr.communaywen.core.spawn.head.HeadListener;
Expand Down Expand Up @@ -377,6 +378,7 @@ public void run() {

/* LISTENERS */
registerEvents(
new SettingsListener(this),
new CubeListener(),
new ParticleListener(this),
new HeadListener(this),
Expand Down

0 comments on commit 6790d39

Please sign in to comment.