tile.lua: explicitely log if no room is configured

This commit is contained in:
Franzi 2023-12-26 13:08:52 +01:00
parent 03a337c352
commit e019a46286

View file

@ -112,6 +112,8 @@ local function check_next_talks()
if current_room then
log("my room is '" .. current_room .. "'")
else
log("running without room selection!")
end
for idx = 1, #schedule do