Skip to content

Commit

Permalink
make plugin compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jan 20, 2024
1 parent f440909 commit fdf0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/stac/stac_stocks.sp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void StacLog(const char[] format, any ...)

PrintToServer("%s", colored_buffer);

if (stac_print_to_admin_console.GetBool())
if (stac_print_to_admin_console.BoolValue)
{
PrintToConsoleAllAdmins("%s", buffer);
}
Expand Down

0 comments on commit fdf0522

Please sign in to comment.