Skip to content

Commit

Permalink
fixup comment on stac stock
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Nov 9, 2023
1 parent 62af230 commit 36b4d9b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions scripting/stac/stac_stocks.sp
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ void CloseStacLog()
delete StacLogFile;
}

// log to StAC log file
// This strips color strings, e.g.
// {color}test{color2}
// will become
// test
/*
log to StAC log file
This strips color strings, e.g.
{color}test{color2}
will become
[StAC] test
*/
void StacLog(const char[] format, any ...)
{
// crutch for reloading the plugin and still printing to our log file
Expand Down

0 comments on commit 36b4d9b

Please sign in to comment.