* was this a grid tile? if so inform the grid enum that something has derped.
*/
if ( wasGrid )
{
wasGrid = false; // no need to keep this up..
MinecraftForge.EVENT_BUS.post( new GridTileUnloadEvent( null, w, this ) );
}
throw new AppEngTileMissingException( w, x,y,z);
}