LFG MatchMaker

LFG MatchMaker

10.4k Downloads

Re-broadcast dialog doesn't appear

kebian opened this issue ยท 2 comments

commented

Thanks for the AddOn. I really like it. Just a small bug and perhaps it's just me but the re-broadcast dialog doesn't seem to pop up at all.

commented

Sorry I don't have time to write an actual patch right now but I will later unless you beat me to it. The bug is in LFGMM_LfmTab.lua on line 330.

		if (LFGMM_DB.SEARCH.LFG.Broadcast) then			
			LFGMM_BroadcastWindow_StartBroadcast();
		end

Should instead be

		if (LFGMM_DB.SEARCH.LFM.Broadcast) then			
			LFGMM_BroadcastWindow_StartBroadcast();
		end

i.e. the LFG should be LFM.

commented

Very glad that you like the addon and thank you for bringing this issue to my attention.

I have updated the code and this issue should now be fixed.