1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
This commit is contained in:
Martin Švorc 2020-12-06 21:47:38 +01:00
parent 99b30627f8
commit bceabfa1cb

View File

@ -271,7 +271,7 @@ export class HUDWaypoints extends BaseHUDPart {
/**
* Splits the waypoint label on its first whitespace.
* @param {string} waypoint label
* @param {string} label
* @returns {[string, string]}
*/
splitWaypointLabel(label) {