Removed mod flag save method as its handled by save manager
This commit is contained in:
parent
5196b78796
commit
a6e135e38f
1 changed files with 1 additions and 13 deletions
|
@ -706,18 +706,6 @@ public class Atomic
|
|||
FLUID_PLASMA.setIcons(blockPlasma.getIcon(0, 0));
|
||||
}
|
||||
|
||||
@ForgeSubscribe
|
||||
public void worldSave(Save evt)
|
||||
{
|
||||
if (!evt.world.isRemote)
|
||||
{
|
||||
if (FlagRegistry.getModFlag(FlagRegistry.DEFAULT_NAME) != null)
|
||||
{
|
||||
NBTUtility.saveData(FlagRegistry.DEFAULT_NAME, FlagRegistry.getModFlag(FlagRegistry.DEFAULT_NAME).getNBT());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ForgeSubscribe
|
||||
public void fillBucketEvent(FillBucketEvent evt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue