diff options
author | Brandon <bwaggone@umich.edu> | 2018-08-18 17:58:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 17:58:52 -0400 |
commit | f78dc260bc113e458020cfacaacd26fb4c2a4a27 (patch) | |
tree | d73e25c9df88086ea0051e977282c9dd9b0b9d3c /soundchan.properties.example | |
parent | d72a49fbb2186f5749baa903408843797fab0971 (diff) | |
parent | e18d70d70c29a4b054bad8563ef91172ec9a6e78 (diff) | |
download | SoundChan-f78dc260bc113e458020cfacaacd26fb4c2a4a27.tar.gz SoundChan-f78dc260bc113e458020cfacaacd26fb4c2a4a27.tar.bz2 SoundChan-f78dc260bc113e458020cfacaacd26fb4c2a4a27.zip |
Merge pull request #9 from bwaggone/feature/add-audio-on-join
bugfixing add audio on join
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example index c15a89a..0655076 100644 --- a/soundchan.properties.example +++ b/soundchan.properties.example @@ -7,7 +7,7 @@ localFilePath=C:\\PATH\\TO\\SOUNDS\\DIRECTORY //The user for the followingUser=USERNAME -//Flag conditions enabled with any of the following values: +//Flag conditions are enabled with any of the following values: // true, on, enable, yes, 1 //any other string (or empty) will leave the condition disabled @@ -16,4 +16,5 @@ followingUser=USERNAME audioOnUserJoin=on/off //The file where users and sound clips are related, see usersound.properties.example for more info +//If this is not set, it will default to usersounds.properties userAudioFilePath=C:\\PATH\\TO\\USER\\SOUND\\FILE |