Fix small visual bug in NOTIFY

This commit is contained in:
Kenwood 2021-04-09 02:54:28 -04:00
parent 68939d48bc
commit fb5ef10168
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ FUNCTION NOTIFY {
PARAMETER duration IS 5. PARAMETER duration IS 5.
PARAMETER color IS WHITE. PARAMETER color IS WHITE.
HUDTEXT("kOS: " + message, 5, 2, 50, WHITE, false). HUDTEXT("kOS: " + message, duration, 2, 50, color, false).
PRINT message. PRINT message.
} }