Fix a mod crash
This commit is contained in:
parent
cd2a48bdfb
commit
29814e35b1
5 changed files with 6 additions and 27 deletions
|
@ -81,6 +81,7 @@ public class LibZontreck {
|
|||
MinecraftForge.EVENT_BUS.register(new Commands());
|
||||
MinecraftForge.EVENT_BUS.register(new NetworkEvents());
|
||||
|
||||
Bus.Reset();
|
||||
|
||||
Bus.Register(CurrencyHelper.class, null);
|
||||
Bus.Register(Bank.class, null);
|
||||
|
|
Reference in a new issue