Update Hub.java

This commit is contained in:
Liam 2021-08-19 23:43:23 +01:00 committed by GitHub
parent 3f0c4f14f6
commit 76f5e32511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ import zone.themcgamer.hub.npc.HaroldNPC;
import zone.themcgamer.hub.scoreboard.HubScoreboard;
/**
* Fascinated was here.
* @author Braydon
*/
@Getter
@ -66,4 +67,4 @@ public class Hub extends MGZPlugin {
commandManager.registerCommand(new SpawnCommand(this));
}
}
}