Minor fixes

* Fix focusing opened channel on login
* Add missing options to rule violation window
* Send rule violations messages in default channel
* Enable show private messages in console by default
* Fix battle issues with invisible creatures
* Allow to use hotkeys while trading
This commit is contained in:
Eduardo Bart
2013-02-04 16:33:34 -02:00
parent 0fc56c73cc
commit 4c51009ed9
4 changed files with 28 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ local defaultOptions = {
showInfoMessagesInConsole = true,
showTimestampsInConsole = true,
showLevelsInConsole = true,
showPrivateMessagesInConsole = false,
showPrivateMessagesInConsole = true,
showPrivateMessagesOnScreen = true,
showLeftPanel = false,
foregroundFrameRate = 61,