Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
disable center panel messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vans163 committed Oct 22, 2016
1 parent 1491e90 commit f04d0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/Panels/StatusMessagePanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ local m_kMessages :table = {};
-- ===========================================================================
function OnStatusMessage( str:string, fDisplayTime:number, type:number )

do return end;
if (type == ReportingStatusTypes.DEFAULT or
type == ReportingStatusTypes.GOSSIP) then -- A type we handle?

Expand Down

0 comments on commit f04d0b5

Please sign in to comment.