Remove surplus end

develop
PeridexisErrant 2015-05-13 23:04:32 +10:00
parent 1706c28845
commit 7c3c92dd54
1 changed files with 0 additions and 1 deletions

@ -53,7 +53,6 @@ local function doCheck()
msg = msg or checkVariable(unit.counters2.sleepiness_timer, 150000, 'very drowsy', sleepyUnits, unit) msg = msg or checkVariable(unit.counters2.sleepiness_timer, 150000, 'very drowsy', sleepyUnits, unit)
end end
end end
end
if msg then if msg then
df.global.pause_state = true df.global.pause_state = true
dfhack.gui.showPopupAnnouncement(msg, 7, true) dfhack.gui.showPopupAnnouncement(msg, 7, true)