Instructions downloader #54

Merged
FrederikBaerentsen merged 19 commits from instructions into master 2025-01-26 19:17:42 +01:00
Showing only changes of commit 19750d1365 - Show all commits

View File

@ -139,7 +139,7 @@ class BrickSocket {
let count = data["count"] let count = data["count"]
// Fix the total if bogus // Fix the total if bogus
if (!total || isNaN(total) || total <= 1) { if (!total || isNaN(total) || total <= 0) {
total = 0; total = 0;
} }