This commit is contained in:
TrialTemp 2024-01-09 12:23:56 -06:00
parent 6f2bd47a4c
commit 7d176131ad
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,8 @@
- Players now get points for killing bots with their own bombs by catching it - Players now get points for killing bots with their own bombs by catching it
and throwing it back at them. This is actually old logic but was disabled due and throwing it back at them. This is actually old logic but was disabled due
to a logic flaw, but should be fixed now. (Thanks VinniTR!) to a logic flaw, but should be fixed now. (Thanks VinniTR!)
- Added a 'Practice' button in tournaments, letting you play them free of
charge while not submitting scores. (Thanks Temp!)
### 1.7.32 (build 21741, api 8, 2023-12-20) ### 1.7.32 (build 21741, api 8, 2023-12-20)
- Fixed a screen message that no one will ever see (Thanks vishal332008?...) - Fixed a screen message that no one will ever see (Thanks vishal332008?...)

View File

@ -50,3 +50,6 @@
### Rikko ### Rikko
- Created the original "reject_recently_left_players" plugin - Created the original "reject_recently_left_players" plugin
### Temp (3alTemp)
- Modder & Bug Fixer