Removes not needed casts

This commit is contained in:
thatsIch
2014-09-29 09:42:50 +02:00
parent 640d888d13
commit 3ce47a167f
10 changed files with 21 additions and 21 deletions
@@ -117,7 +117,7 @@ public class ToolDebugCard extends AEBaseItem
outputMsg( player, "Freq: " + ((PartP2PTunnel) center.getMachine()).freq );
}
TickManagerCache tmc = (TickManagerCache) g.getCache( ITickManager.class );
TickManagerCache tmc = g.getCache( ITickManager.class );
for (Class c : g.getMachineClasses())
{
int o = 0;