[Logger] Fix onelog
This commit is contained in:
parent
21a2be135f
commit
674c6ebf60
@ -205,7 +205,7 @@ namespace Components
|
||||
{
|
||||
if (folder != "userraw"s)
|
||||
{
|
||||
if (Dvar::Var("g_log").get<bool>())
|
||||
if (Dvar::Var("iw4x_onelog").get<bool>())
|
||||
{
|
||||
strcpy_s(folder, 256, "userraw");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user