Skip to content

Commit

Permalink
Merge pull request Sefiraat#150 from ytdd9527/revert-149-master
Browse files Browse the repository at this point in the history
Revert "Merge branch 'master' of https://github.com/SlimefunGuguProject/Networks"
  • Loading branch information
balugaq authored Oct 27, 2024
2 parents 6c342e8 + c1195be commit cf5dd98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Fix https://github.com/Sefiraat/Networks/issues/192
* Fix https://github.com/ytdd9527/NetworksExpansion/issues/119
*/
public class SyncListener implements Listener {
public class BlockListener implements Listener {
private static final String S1 = "Listened BlockBreakEvent at {0}";
private static final String S2 = "Listened BlockPlaceEvent at {0}";
private static final String S3 = "Listened ChunkUnloadEvent at world: {0}, x: {1}, z: {2}";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

import com.ytdd9527.networksexpansion.core.listener.NetworksGuideListener;
import io.github.sefiraat.networks.Networks;
import io.github.sefiraat.networks.listeners.BlockListener;
import io.github.sefiraat.networks.listeners.ExplosiveToolListener;
import io.github.sefiraat.networks.listeners.SyncListener;
import org.bukkit.event.Listener;

public class ListenerManager {

public ListenerManager() {
addListener(new ExplosiveToolListener());
addListener(new SyncListener());
addListener(new BlockListener());
addListener(new NetworksGuideListener());
}

Expand Down

0 comments on commit cf5dd98

Please sign in to comment.