Skip to content

Commit

Permalink
Update stac_memory.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie authored May 6, 2024
1 parent a20bb2b commit ffe784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/stac/stac_memory.sp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public MRESReturn Detour_CVEngineServer__GetClientConVarValue(Address pThis, DHo
int ltr;

// todo: implement C style iscntrl
newlines = ReplaceString(name, sizeof(name), "o", "");
newlines = ReplaceString(name, sizeof(name), "\n", "");
returns = ReplaceString(name, sizeof(name), "\r", "");
rtl = ReplaceString(name, sizeof(name), "\xE2\x80\x8F", "");
ltr = ReplaceString(name, sizeof(name), "\xE2\x80\x8E", "");
Expand Down

0 comments on commit ffe784c

Please sign in to comment.