comparison Modules/Collected.lua @ 55:75c36b3d5443

Fixed an error when you logged in. Set the default for tracking time spent of the collected module to true.
author Zerotorescue
date Sun, 12 Sep 2010 22:12:31 +0200
parents 5f0e174c8adc
children 8d1a34cec258
comparison
equal deleted inserted replaced
54:5f0e174c8adc 55:75c36b3d5443
19 local defaults = { 19 local defaults = {
20 profile = { 20 profile = {
21 trackGold = true, 21 trackGold = true,
22 trackItems = true, 22 trackItems = true,
23 trackMail = true, 23 trackMail = true,
24 trackTimeSpent = true,
24 sessionSummary = false, 25 sessionSummary = false,
25 batchSummary = false, 26 batchSummary = false,
26 }, 27 },
27 }; 28 };
28 29