We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 617a9e7 + 4aaa0d6 commit c047bdfCopy full SHA for c047bdf
parsers/leave.js
@@ -17,7 +17,8 @@ class LeaveParser extends BaseParser {
17
if (generator !== 'LogNet')
18
return null;
19
20
- if (!line.startsWith('UNetConnection::Close:'))
+ // this is not "UNetConnection" because the UNetConnection line does not occur on kick/ban
21
+ if (!line.startsWith('UChannel::Close:'))
22
23
24
const ownerRegExp = /Owner: (BP_PlayerController_C_\d+)/;
0 commit comments