I did a stupid
This commit is contained in:
parent
594f915a86
commit
6f35468267
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ public class TileEntityMiningLaser extends TileEntity implements IPeripheral, IG
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Double arg = Double.parseDouble(arguments[1].toString());
|
Double arg = Double.parseDouble(arguments[0].toString());
|
||||||
speedMul = Math.min(WarpDriveConfig.i.ML_MAX_SPEED,Math.max(arg,WarpDriveConfig.i.ML_MIN_SPEED));
|
speedMul = Math.min(WarpDriveConfig.i.ML_MAX_SPEED,Math.max(arg,WarpDriveConfig.i.ML_MIN_SPEED));
|
||||||
}
|
}
|
||||||
catch(NumberFormatException e)
|
catch(NumberFormatException e)
|
||||||
|
|
Loading…
Reference in a new issue