fix builders databases loading empty
This commit is contained in:
parent
ec15b0247a
commit
cd38b3b134
1 changed files with 4 additions and 0 deletions
|
@ -349,6 +349,10 @@ public class BuildCraftBuilders extends BuildCraftMod {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Refresh the databases once all the library type handlers are registered
|
||||||
|
serverDB.refresh();
|
||||||
|
clientDB.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
|
|
Loading…
Reference in a new issue