Fixes #713 (Forge/Neo level unload events not being called)
This commit is contained in:
@@ -140,7 +140,7 @@ public class NeoforgeClientProxy implements AbstractModInitializer.IEventProxy
|
||||
ClientApi.INSTANCE.clientLevelLoadEvent(clientLevelWrapper);
|
||||
}
|
||||
@SubscribeEvent
|
||||
public void clientLevelUnloadEvent(LevelEvent.Load event)
|
||||
public void clientLevelUnloadEvent(LevelEvent.Unload event)
|
||||
{
|
||||
LOGGER.info("level unload");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user