- Report lines for deaths is now inverted. No need to scroll up the chat to see the cause of death anymore.
Fixed some annoyances with auto current feature where it was changing the segments even when the user were using the window.
This commit is contained in:
@@ -566,6 +566,8 @@
|
||||
--> enter
|
||||
JoinChannelByName (room_name)
|
||||
_detalhes.is_connected = true
|
||||
|
||||
_detalhes:SendEvent ("REALM_CHANNEL_ENTER")
|
||||
end
|
||||
|
||||
function _detalhes:LeaveChatChannel()
|
||||
@@ -601,6 +603,8 @@
|
||||
_detalhes.is_connected = false
|
||||
|
||||
_detalhes.listener:UnregisterEvent ("CHAT_MSG_CHANNEL")
|
||||
|
||||
_detalhes:SendEvent ("REALM_CHANNEL_LEAVE")
|
||||
end
|
||||
|
||||
function _detalhes:DoZoneCheck()
|
||||
|
||||
Reference in New Issue
Block a user