Globalise prefix to avoid future issues

This commit is contained in:
okvdai
2023-06-02 13:12:26 +02:00
parent 5735e67c2f
commit 42f8c0d0f4
+1 -1
View File
@@ -2,7 +2,7 @@ globalize_all_functions
string pulsePrefix
global string pulsePrefix
void function pulsePrefixSet() //Sets our prefix
{
pulsePrefix = format("\x1b[38;2;%i;%i;%im[PULSE]\x1b[0m", 255, 178, 102)