Update todo, fix minor error

This commit is contained in:
Eduardo Bart 2012-07-31 02:38:22 -03:00
parent 90312965bc
commit 6ef44d462d
2 changed files with 10 additions and 10 deletions

4
TODO
View File

@ -1,15 +1,13 @@
### Notable missing features ### Notable missing features
* mount and stop button * stop button
* character profile * character profile
* food time, speed, total capacity, base skills * food time, speed, total capacity, base skills
* spell list * spell list
* spell bar * spell bar
* split chat * split chat
* market
* spell delays * spell delays
* offline training * offline training
* purse bag * purse bag
* mounts drawings
* report name/statements/bot/macros * report name/statements/bot/macros
* ignore list * ignore list
* light * light

View File

@ -562,6 +562,7 @@ end
function onGameStart() function onGameStart()
-- open last channels -- open last channels
local lastChannelsOpen = g_settings.getNode('lastChannelsOpen') local lastChannelsOpen = g_settings.getNode('lastChannelsOpen')
if lastChannelsOpen then
local savedChannels = lastChannelsOpen[g_game.getLocalPlayer():getName()] local savedChannels = lastChannelsOpen[g_game.getLocalPlayer():getName()]
if savedChannels then if savedChannels then
for channelName, channelId in pairs(savedChannels) do for channelName, channelId in pairs(savedChannels) do
@ -573,6 +574,7 @@ function onGameStart()
end end
end end
end end
end
local tab = getTab(tr('Default')) local tab = getTab(tr('Default'))
if tab then if tab then