Minor Change

Minor name change
This commit is contained in:
SenseiKiwi 2014-03-16 10:08:37 -04:00
parent cfd48e796a
commit 188ec6d68b

View file

@ -40,7 +40,7 @@ public class EventHookContainer
} }
@ForgeSubscribe(priority = EventPriority.LOW) @ForgeSubscribe(priority = EventPriority.LOW)
public void onMapGen(InitMapGenEvent event) public void onInitMapGen(InitMapGenEvent event)
{ {
// Replace the Nether fortress generator with our own only if any gateways would ever generate. // Replace the Nether fortress generator with our own only if any gateways would ever generate.
// This allows admins to disable our fortress overriding without disabling all gateways. // This allows admins to disable our fortress overriding without disabling all gateways.