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.
1 parent 25c8677 commit fe1eeb1Copy full SHA for fe1eeb1
1 file changed
scripts/logfile-parser.sh
@@ -6,7 +6,7 @@ LogParser() {
6
while IFS= read -r line; do
7
echo "$line"
8
9
- if [[ "$line" == *"] player "* ]]; then
+ if [[ "$line" == "[userid:"*"] player"*"connected islocalplayer="* ]]; then
10
11
# Extract the steamid and character name
12
steamid=$(echo "$line" | awk -F'[[]|[ :]+|[]]' '{print $3}')
0 commit comments