commander update
This commit is contained in:
@@ -153,6 +153,10 @@
|
||||
|
||||
function addBoats(boats)
|
||||
{
|
||||
if (boats == "")
|
||||
{
|
||||
return;
|
||||
}
|
||||
boats = boats.split(':');
|
||||
for (let boat in boats)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user