fixed previous check-in
This commit is contained in:
parent
53b5176297
commit
878d5266bc
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ public class BuildCraftCore extends BuildCraftMod {
|
|||
}
|
||||
|
||||
@SubscribeEvent
|
||||
public void cleanRegistries(WorldEvent.Load load) {
|
||||
public void cleanRegistries(WorldEvent.Unload unload) {
|
||||
DockingStationRegistry.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue