your-land/bugtracker#7379 Display a text when no tickers are active

This commit is contained in:
AliasAlreadyTaken 2025-04-27 18:00:30 +02:00
parent 899b2b6841
commit 869db93582

View File

@ -17,6 +17,7 @@ local chatcommand_definition = {
"[yl_ticker] player " .. name .. " lists all tickers: " ..
param .. " unsuccessfully, message: " ..
dump(message))
if (next(message) == nil) then message = "No tickers active" end
return false, dump(message)
end
end