Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class rcon_receive(Enum):
timeout = 0 #used for timing out a bad connection

#this function isn't used but its example code of parsing the 'PlayerData' JSON set
#It itorates through an entire JSON string looking for keys that start with the string 'PlayerData'
#It iterates through an entire JSON string looking for keys that start with the string 'PlayerData'
#If found, you can use the 'k' variable as an accessor for each key/value pair
#just look at the damn code, whatever, fuck
def scoreboard(jsonString):
Expand Down