This commit is contained in:
Electroblob77
2019-09-03 16:27:55 +01:00
parent 14a624db3f
commit a6c24e9cb6
2 changed files with 3 additions and 3 deletions
@@ -44,7 +44,7 @@ public final class CustomSoundCategory {
/**
* Adds a new custom sound category, performing the necessary changes to GameSettings and
*
* @param name A unique name for the sound category
* @param name A unique name for the sound category. <b>Must not contain any colons!</b>
* @return The resulting SoundCategory object
* @throws IllegalArgumentException if name is not unique
*/