Skip to content

Commit 9c49d98

Browse files
author
hamstar0
committed
finished update
1 parent 73991a8 commit 9c49d98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

HUDElementsLib/API.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ void AddUsageMessage() {
3131

3232
//
3333

34-
Color? color = null;
35-
3634
msgMod.Call(
37-
"AddColoredMessage",
35+
"AddMessageNoColor",
3836
"Reposition HUD elements via. hotkey", //title:
3937
"Bind a key to activate Edit Mode to reposition custom HUD elements freely to your liking.", //description:
40-
(Color?)color, //color:
4138
(Mod)HUDElementsLibMod.Instance, //modOfOrigin:
4239
(bool)isUnread, //alertPlayer:
4340
false, //isImportant:

0 commit comments

Comments
 (0)