Fixed bug with Import Bus with 4 accelerators only pulling 64 items. ( should be 96 )

This commit is contained in:
AlgorithmX2
2014-04-17 22:52:21 -05:00
parent a4eb01b191
commit 3d06bb3ba5
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public class TickManagerCache implements ITickManager
switch (mod)
{
case FASTER:
tt.setRate( tt.current_rate - 1 );
tt.setRate( tt.current_rate - 2 );
break;
case IDLE:
tt.setRate( tt.request.maxTickRate );