Skip to content

Commit

Permalink
@mcmonkey4eva forgot to commit this earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Oct 5, 2016
1 parent ec10e5d commit 0a9b37a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
import com.denizenscript.depenizen.common.DepenizenImplementation;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.game.state.GameStartedServerEvent;
import org.spongepowered.api.event.game.state.GameInitializationEvent;
import org.spongepowered.api.plugin.Plugin;
import org.spongepowered.api.plugin.PluginContainer;

Expand All @@ -23,7 +23,7 @@ public class Depenizen2Sponge implements DepenizenImplementation {
public static Depenizen2Sponge instance;

@Listener
public void onServerStart(GameStartedServerEvent event) {
public void onServerStart(GameInitializationEvent event) {
// Setup
instance = this;
plugin = Sponge.getPluginManager().getPlugin(PluginID).orElse(null);
Expand Down

0 comments on commit 0a9b37a

Please sign in to comment.