commander update

This commit is contained in:
2024-08-12 19:36:28 +02:00
parent 72b08b631d
commit 6064bd3f70
2 changed files with 8 additions and 1 deletions

View File

@@ -153,6 +153,10 @@
function addBoats(boats)
{
if (boats == "")
{
return;
}
boats = boats.split(':');
for (let boat in boats)
{