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

Commit

Permalink
Undid f04d0b5 (gossip messages are back)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaorace committed Nov 3, 2016
1 parent 21b6d8e commit 73a6d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UI/Panels/StatusMessagePanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ 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 73a6d22

Please sign in to comment.