1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Updated author tag

This commit is contained in:
TheBusyBiscuit 2021-05-03 15:24:19 +02:00
parent 7b615a66f2
commit 0b55c9e8a0

View File

@ -18,6 +18,7 @@ import io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin;
* This {@link Listener} is responsible for all updates to a {@link Network}.
*
* @author meiamsome
* @author TheBusyBiscuit
*
* @see Network
* @see NetworkManager
@ -25,6 +26,9 @@ import io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin;
*/
public class NetworkListener implements Listener {
/**
* Our {@link NetworkManager} instance.
*/
private final NetworkManager manager;
public NetworkListener(@Nonnull SlimefunPlugin plugin, @Nonnull NetworkManager manager) {