Skip to content

Commit 4f48136

Browse files
authored
fix(perl): player ping display in getPlayers function (#11)
1 parent 61ca50f commit 4f48136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/TRcon.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ sub getPlayers
318318
(\d+)\s+ # userid
319319
(?:\d+\s+|) # extra number in L4D, not sure what this is??
320320
"(.+)"\s+ # name
321-
(.+)\s+ # uniqueid
321+
(\S+)\s+ # uniqueid
322322
([\d:]+)\s+ # time
323323
(\d+)\s+ # ping
324324
(\d+)\s+ # loss

0 commit comments

Comments
 (0)