Skip to content

Commit

Permalink
finished update
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstar0 committed May 23, 2022
1 parent 73991a8 commit 9c49d98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions HUDElementsLib/API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ void AddUsageMessage() {

//

Color? color = null;

msgMod.Call(
"AddColoredMessage",
"AddMessageNoColor",
"Reposition HUD elements via. hotkey", //title:
"Bind a key to activate Edit Mode to reposition custom HUD elements freely to your liking.", //description:
(Color?)color, //color:
(Mod)HUDElementsLibMod.Instance, //modOfOrigin:
(bool)isUnread, //alertPlayer:
false, //isImportant:
Expand Down

0 comments on commit 9c49d98

Please sign in to comment.