This commit is contained in:
cloudwithax 2023-04-04 22:19:42 -04:00
commit 74256dc5ac
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.10

View File

@ -34,7 +34,7 @@ your application. Here are all the definitions:
All events related to tracks carry a `Player` object so you can access player-specific functions
and properties for further evaluation. They also carry a `Track` object so you can access track-specific functions and properites for further evaluation as well.
and properties for further evaluation. They also carry a `Track` object so you can access track-specific functions and properties for further evaluation as well.
`Event.TrackEndEvent()` carries the reason for the track ending. If the track ends suddenly, you can use the reason provided to determine a solution.