@@ -35,7 +35,6 @@ abstract class IRefill
return $result;
};
-
foreach ( $cfgs['amount'] as $spec => $items)
{
foreach ($items as $gitem)
@@ -109,7 +109,6 @@ class ctl_item
public function lazy_speed()
-// return $this->mLazySpeed;
return $this->cur_speed();
}