Mercurial > wow > ouroloot
comparison print_log.lua @ 39:8f7ec6ccf5e3
Comment/debug changes to help in tracking down cache bug. Do not run OnAccept when pressing Enter in an empty editbox.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Thu, 29 Dec 2011 23:15:51 +0000 |
parents | f560cf82e7d3 |
children |
comparison
equal
deleted
inserted
replaced
38:bb41be8f13b2 | 39:8f7ec6ccf5e3 |
---|---|
1 #!/usr/bin/env lua | 1 #!/usr/bin/env lua |
2 | |
3 --[[ | |
4 This is meant to be run from a command-line interpreter. It's what I | |
5 use in practice, but is shipping primarily an example. | |
6 ]] | |
2 | 7 |
3 if not arg[1] or arg[1] == "" then | 8 if not arg[1] or arg[1] == "" then |
4 print"Usage: lua print_log.lua /path/to/OuroLoot_savedvars.lua" | 9 print"Usage: lua print_log.lua /path/to/OuroLoot_savedvars.lua" |
5 print"Don't forget to delete log table after viewing!" | 10 print"Don't forget to delete log table after viewing!" |
6 os.exit(1) | 11 os.exit(1) |