mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Removed extra debugging statement
This commit is contained in:
parent
ab9a08067a
commit
f2e5873cb6
@ -82,7 +82,7 @@ import io.anuke.ucore.entities.Entity;
|
||||
*/
|
||||
public class SaveIO{
|
||||
/**Save file version ID. Should be incremented every breaking release.*/
|
||||
private static final int fileVersionID = 8;
|
||||
private static final int fileVersionID = 9;
|
||||
|
||||
//TODO automatic registration of types?
|
||||
private static final Array<Class<? extends Enemy>> enemyIDs = Array.with(
|
||||
|
@ -13,7 +13,6 @@ import io.anuke.mindustry.entities.TileEntity;
|
||||
import io.anuke.mindustry.resource.Item;
|
||||
import io.anuke.mindustry.world.Block;
|
||||
import io.anuke.mindustry.world.Tile;
|
||||
import io.anuke.ucore.UCore;
|
||||
import io.anuke.ucore.core.Draw;
|
||||
import io.anuke.ucore.core.Timers;
|
||||
import io.anuke.ucore.util.Bits;
|
||||
@ -101,9 +100,6 @@ public class Conveyor extends Block{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if(removals.size > 0)
|
||||
UCore.log(removals.size);
|
||||
entity.convey.removeAll(removals);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user