Version: 234.1.0

This commit is contained in:
metalgearsloth
2024-09-12 17:56:50 +10:00
parent f7287b181d
commit 0f60ad9018
2 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,7 +39,7 @@ END TEMPLATE-->
### New features
* SharedAudioSystem now has PlayLocal which only runs audio locally on the client.
*None yet*
### Bugfixes
@@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*
## 234.1.0
### New features
* SharedAudioSystem now has PlayLocal which only runs audio locally on the client.
### Bugfixes
* Fix AudioParams not being passed through on PlayGlobal methods.
## 234.0.0
### Breaking changes