mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-13 10:11:26 +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) {
|
||||
try {
|
||||
throw new Exception();
|
||||
} catch (Exception exception) {
|
||||
exception.printStackTrace();
|
||||
}
|
||||
holders.add(holder);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user