Skip to content

Commit f161c64

Browse files
committed
Adjust Core Plugin changes
1 parent 97a9880 commit f161c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hi3Helper.Plugin.HBR/Exports.GameLaunch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static unsafe void PassStringLineToCallback(GameManagerExtension.PrintGameLog? i
219219
char* lineP = line.GetPinnableStringPointer();
220220
int lineLen = line.Length;
221221

222-
invoke?.Invoke(lineP, lineLen, false);
222+
invoke?.Invoke(lineP, lineLen, 0);
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)