Skip to content

Commit

Permalink
Update ServerListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 12, 2024
1 parent ee7a135 commit 90cdee7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/java/fi/dy/masa/servux/event/ServerListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ public void onServerStarting(MinecraftServer server)
DataProviderManager.INSTANCE.readFromConfig();
}

@Override
public void onServerStarted(MinecraftServer server)
{
// NO-OP
}

@Override
public void onServerStopping(MinecraftServer server)
{
DataProviderManager.INSTANCE.writeToConfig();
}

@Override
public void onServerStopped(MinecraftServer server)
{
// NO-OP
}
}

0 comments on commit 90cdee7

Please sign in to comment.