renamed EventHandler to EventHandlers

This commit is contained in:
Jack
2024-06-27 18:17:11 -04:00
parent b616a71674
commit 1ec4d708f0
2 changed files with 8 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ public final class RealTimeWeather extends JavaPlugin {
if (config.isWeatherEnabled())
setupWeather();
getServer().getPluginManager().registerEvents(new EventHandler(this), this);
getServer().getPluginManager().registerEvents(new EventHandlers(this), this);
debug("Enabling metrics...");
Metrics metrics = new Metrics(this, 16709);