mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-04 08:34:02 +00:00
Fix typo
This commit is contained in:
parent
b259c7576a
commit
3c3cb5924f
@ -579,7 +579,7 @@ export function formatItemsPerSecond(speed, double = false, separator = T.global
|
|||||||
: T.ingame.buildingPlacement.infoTexts.itemsPerSecond.replace(
|
: T.ingame.buildingPlacement.infoTexts.itemsPerSecond.replace(
|
||||||
"<x>",
|
"<x>",
|
||||||
round2Digits(speed).toString().replace(".", separator)
|
round2Digits(speed).toString().replace(".", separator)
|
||||||
)) + (double ? "··" + T.ingame.buildingPlacement.infoTexts.itemsPerSecondDouble : "")
|
)) + (double ? " " + T.ingame.buildingPlacement.infoTexts.itemsPerSecondDouble : "")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user