And don't spam NONE everywhere

This commit is contained in:
Christian 2014-01-20 22:00:24 -05:00
parent 5898d2a1f8
commit 294c825cc1
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ public class LoadController
FMLLog.log(modId, Level.TRACE, "Sending event %s to mod %s", stateEvent.getEventType(), modId);
eventChannels.get(modId).post(stateEvent);
FMLLog.log(modId, Level.TRACE, "Sent event %s to mod %s", stateEvent.getEventType(), modId);
ThreadContext.put("mod", "<NONE>");
ThreadContext.remove("mod");
activeContainer = null;
if (stateEvent instanceof FMLStateEvent)
{

View File

@ -42,7 +42,7 @@ public class ASMEventHandler implements IEventListener
}
else
{
ThreadContext.put("mod", "<NONE>");
ThreadContext.put("mod", "");
}
if (handler != null)
{