diff --git a/aard_inventory.xml b/aard_inventory.xml index cf6688e..47e6cea 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -89,7 +89,7 @@ dbot.version : Module to track version and changelog information and update the save_state="y" date_written="2017-08-12 08:45:15" requires="4.98" - version="2.0043" + version="2.0044" > 0)) then + if (not didPrintHeader) then + dbot.print(header) + didPrintHeader = true + end -- if + dbot.print(string.format(" %3d %5d %s%4d@w %s", + (entry.level or 0), (entry.room or 0), countColor, count, (entry.name or "nil"))) + end -- if numEntries = numEntries + 1 end -- for end -- if