Entering "8.5m" into the spawn tracking timer produces a 16.5 minute… #124
|
Entering "8.5m" into the spawn tracking timer produces a 16.5 minute timer. Entering "8m 30s" or just "8.5" works properly, producing an 8.5 minute timer. EQBuddy 1.72.0 · Windows 19045 |
Answered by
DranakCorps-bot
Aug 13, 2026
Replies: 2 comments
|
Fixed for the next update - and thank you for the precise repro, which made the diagnosis instant. What actually happened: "8.5m" wasn't being read as 16.5 minutes - the decimal-with-unit form was silently REJECTED, which cleared your override, and the catalog's own 16:30 clock for that named took over. Two bugs in one: the parser should have accepted it, and nothing should ever fail silently. Now "8.5m", "1.5h", and friends parse exactly as written. |
0 replies
Answer selected by
wizen
|
Now live in v1.75.0 - "8.5m" and every other decimal-with-unit parses exactly as written. Thanks again wizen. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed for the next update - and thank you for the precise repro, which made the diagnosis instant. What actually happened: "8.5m" wasn't being read as 16.5 minutes - the decimal-with-unit form was silently REJECTED, which cleared your override, and the catalog's own 16:30 clock for that named took over. Two bugs in one: the parser should have accepted it, and nothing should ever fail silently. Now "8.5m", "1.5h", and friends parse exactly as written.