generated from your-land/yl_template
your-land/bugtracker#7379 Display a text when no tickers are active
This commit is contained in:
parent
899b2b6841
commit
869db93582
@ -17,6 +17,7 @@ local chatcommand_definition = {
|
|||||||
"[yl_ticker] player " .. name .. " lists all tickers: " ..
|
"[yl_ticker] player " .. name .. " lists all tickers: " ..
|
||||||
param .. " unsuccessfully, message: " ..
|
param .. " unsuccessfully, message: " ..
|
||||||
dump(message))
|
dump(message))
|
||||||
|
if (next(message) == nil) then message = "No tickers active" end
|
||||||
return false, dump(message)
|
return false, dump(message)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user