From 36b4d9bcab0cb5976794621dadc22682770ae898 Mon Sep 17 00:00:00 2001 From: stephanie sappho lenzo Date: Thu, 9 Nov 2023 01:04:01 -0500 Subject: [PATCH] fixup comment on stac stock --- scripting/stac/stac_stocks.sp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripting/stac/stac_stocks.sp b/scripting/stac/stac_stocks.sp index 49b49cc..94de5ff 100755 --- a/scripting/stac/stac_stocks.sp +++ b/scripting/stac/stac_stocks.sp @@ -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