mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-15 11:11:29 +01:00
Removed debug exception
This commit is contained in:
parent
69cadd6dda
commit
d81de7b23a
@ -60,11 +60,6 @@ class Driver extends BukkitRunnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void registerHolder(Holder holder) {
|
public void registerHolder(Holder holder) {
|
||||||
try {
|
|
||||||
throw new Exception();
|
|
||||||
} catch (Exception exception) {
|
|
||||||
exception.printStackTrace();
|
|
||||||
}
|
|
||||||
holders.add(holder);
|
holders.add(holder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user