1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-02 15:44:04 +00:00
This commit is contained in:
tobspr 2021-05-23 16:40:09 +02:00
parent b259c7576a
commit 3c3cb5924f

View File

@ -579,7 +579,7 @@ export function formatItemsPerSecond(speed, double = false, separator = T.global
: T.ingame.buildingPlacement.infoTexts.itemsPerSecond.replace(
"<x>",
round2Digits(speed).toString().replace(".", separator)
)) + (double ? "··" + T.ingame.buildingPlacement.infoTexts.itemsPerSecondDouble : "")
)) + (double ? " " + T.ingame.buildingPlacement.infoTexts.itemsPerSecondDouble : "")
);
}