identify line in log containing match result by looking for initial tab character

master
melvin 2014-04-01 10:28:38 +08:00
parent a61da6046a
commit d90f9eefb2
1 changed files with 1 additions and 3 deletions

View File

@ -32,10 +32,8 @@ function genName() {
ai2 = genName()
}
/Saved Player/ {
/^\t/ {
getline
getline
if ($8 == "0") {
C = "1"
} else {