Fix forge event bus never starting up
This commit is contained in:
parent
252b94a110
commit
99624bf3b5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class ClientModLoader
|
||||||
} else {
|
} else {
|
||||||
ClientHooks.logMissingTextureErrors();
|
ClientHooks.logMissingTextureErrors();
|
||||||
}
|
}
|
||||||
if (error != null) {
|
if (error == null) {
|
||||||
// We can finally start the forge eventbus up
|
// We can finally start the forge eventbus up
|
||||||
MinecraftForge.EVENT_BUS.start();
|
MinecraftForge.EVENT_BUS.start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue