Fixed NPE
This commit is contained in:
parent
254a0cdf10
commit
f24d9ad9ac
1 changed files with 1 additions and 1 deletions
|
@ -12,9 +12,9 @@ public class UHCModule extends Module {
|
||||||
public UHCMatch match;
|
public UHCMatch match;
|
||||||
|
|
||||||
public void register(JavaPlugin plugin) {
|
public void register(JavaPlugin plugin) {
|
||||||
|
registerMemoryUnits(plugin);
|
||||||
registerCommands(plugin);
|
registerCommands(plugin);
|
||||||
registerListeners(plugin);
|
registerListeners(plugin);
|
||||||
registerMemoryUnits(plugin);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void registerListeners(JavaPlugin plugin) {
|
private void registerListeners(JavaPlugin plugin) {
|
||||||
|
|
Loading…
Reference in a new issue