Skip to content

Commit

Permalink
Fixed bug which happened after leaving BRP
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryDragon committed Apr 16, 2022
1 parent 5885559 commit 6aae388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaidNotifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ do ----------------------
local trial = self.Trial[self.raidId]

-- Remove custom handlers which may have been assigned inside the trial "class"
if type(trial.Shutdown) == "function" then
if trial and type(trial.Shutdown) == "function" then
trial.Shutdown()
end

Expand Down

0 comments on commit 6aae388

Please sign in to comment.