Skip to content

Commit

Permalink
Enabled banzai status for classic versions (GH issue #234)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed Jul 22, 2024
1 parent adea19d commit c34f289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/StatusBanzai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ end
Grid2:DbSetStatusDefaultValue( "banzai-threat", { type = "banzai-threat", color1 = {r=1,g=0,b=0,a=1} })

-- banzai status
if Grid2.isClassic then return end -- sorry, no banzai status in Classic
-- if Grid2.isClassic then return end -- sorry, no banzai status in Classic

Banzai = Grid2.statusPrototype:new("banzai", false)

Expand Down

0 comments on commit c34f289

Please sign in to comment.