Fix crash with OC compat
This commit is contained in:
parent
0ecdce2717
commit
ec6fee9230
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ public class CompatOpenComputers implements ICompatModule {
|
|||
|
||||
@Override
|
||||
public void init(FMLInitializationEvent event) {
|
||||
|
||||
Driver.add(new DriverMachine());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void postInit(FMLPostInitializationEvent event) {
|
||||
Driver.add(new DriverMachine());
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue