Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch0s authored Jun 26, 2022
1 parent 58eec3d commit 6945063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ Join our [Discord Server!](https://discord.gg/NPyG3gAVtC)!
- Highly Customisable
- In the `Connection` class, there are functions that get called when events happen. Here are a list of the current events that are triggered
- `on_player_ping`
- `on_player_join`
- `on_player_leave`
- `on_invalid_hostname_ping`
- `on_player_connect`
- `on_player_disconnect`
- `on_server_offline`

- Additionally to all of this, we also have a bandwidth counter, `self.conn_bandwidth` which counts the total amount of bytes sent and received from the `upstream` (server) or the `downstream` (player) connection.

Expand Down

0 comments on commit 6945063

Please sign in to comment.