Skip to content

Commit d68024c

Browse files
committed
Логи будут накапливаться [skip ci]
Чтоб не было ситуаций типа "вот помогите, произошел вылет, не повторился, я продолжил играть, поэтому лог не сохранился, и тп..."
1 parent 76e2637 commit d68024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogsr_engine/xrCore/log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void CreateLog(BOOL nl)
154154
{
155155
if (!nl)
156156
{
157-
if (strstr(Core.Params, "-unique_logs")) {
157+
if (!strstr(Core.Params, "-no_unique_logs")) {
158158
string32 TimeBuf;
159159
using namespace std::chrono;
160160
const auto now = system_clock::now();

0 commit comments

Comments
 (0)