Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Fix erroneous duplication of same field with different values (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuner authored and ClobberXD committed Dec 26, 2018
1 parent 60f6e6f commit 0416196
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.lua
Expand Up @@ -52,8 +52,7 @@ local function notify(name, msg)
offset = {x = 70, y = 200},
alignment = {x = 1, y = 0},
number = 0x3399FF,
text = msg_header,
text = "hud_notify_bg.png"
text = msg_header
})
end
end
Expand Down

0 comments on commit 0416196

Please sign in to comment.