diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-10-16 19:09:12 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-10-16 19:09:12 -0400 |
commit | 5789f36ca27d9082a1266207453d43f4ed87ef6e (patch) | |
tree | 3aa15dfbc843c2865e34a29655dc49b66add8d6b /soundchan.properties.example | |
parent | 2375afc8d0db70f829288586f5076e7da8684a87 (diff) | |
download | SoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.tar.gz SoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.tar.bz2 SoundChan-5789f36ca27d9082a1266207453d43f4ed87ef6e.zip |
Adding in watcher for changes to user sound file
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example index 8780021..b600032 100644 --- a/soundchan.properties.example +++ b/soundchan.properties.example @@ -24,3 +24,7 @@ audioOnUserJoin=FLAG_CONDITION //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 + +//Flag for watching the user sound file for changes +//If audioOnUserJoin is not enabled, then this will do nothing +watchUserSoundFile=FLAG_CONDITION
\ No newline at end of file |