Typo onPowerStateChage
This commit is contained in:
parent
54deade145
commit
396c86cbd4
1 changed files with 2 additions and 2 deletions
|
@ -134,13 +134,13 @@ public class TileCraftingTile extends AENetworkTile implements IAEMultiBlock, IP
|
|||
}
|
||||
|
||||
@MENetworkEventSubscribe
|
||||
public void onPowerStateChage(MENetworkChannelsChanged ev)
|
||||
public void onPowerStateChange(MENetworkChannelsChanged ev)
|
||||
{
|
||||
updateMeta( false );
|
||||
}
|
||||
|
||||
@MENetworkEventSubscribe
|
||||
public void onPowerStateChage(MENetworkPowerStatusChange ev)
|
||||
public void onPowerStateChange(MENetworkPowerStatusChange ev)
|
||||
{
|
||||
updateMeta( false );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue