Fix derp with networkcheck

This commit is contained in:
Christian 2014-01-20 16:06:50 -05:00
parent 9fb9942498
commit d22c79abd7
1 changed files with 6 additions and 0 deletions

View File

@ -221,4 +221,10 @@ public class FMLContainer extends DummyModContainer implements WorldAccessContai
{
return "cpw.mods.fml.client.FMLConfigGuiFactory";
}
@Override
public Object getMod()
{
return this;
}
}