diff --git a/KFSoundBoard/Classes/KFSoundBoard.uc b/KFSoundBoard/Classes/KFSoundBoard.uc index d69c6bf..6cd88af 100644 --- a/KFSoundBoard/Classes/KFSoundBoard.uc +++ b/KFSoundBoard/Classes/KFSoundBoard.uc @@ -108,6 +108,8 @@ function Mutate(string command, PlayerController Sender) { CheckSoundAndPlay(SplitCMD[1], SoundList, PN, Sender); } + + if (NextMutator != None ) NextMutator.Mutate(command, Sender); } final function SplitStringToArray(out array Parts, string Source, string Delim) @@ -283,7 +285,7 @@ defaultproperties { // Mandatory Vars GroupName = "KF-SoundBoard" - FriendlyName = "Sound Board - v1.0" + FriendlyName = "Sound Board - v1.1" Description = "Play custom sounds with key binds / mutate commands; Made by Vel-San" // Config Vars diff --git a/Steam_WorkShop_Description/Workshop-text b/Steam_WorkShop_Description/Workshop-text index 1d3131e..25c2f33 100644 --- a/Steam_WorkShop_Description/Workshop-text +++ b/Steam_WorkShop_Description/Workshop-text @@ -67,7 +67,7 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0)) - \System\KFSoundBoard.u - \System\KFSoundBoard.ucl -- \System\KFSoundBoard.ini +- \System\SoundBoardConfig.ini - \Sounds\SoundBoardSND.uax @@ -91,8 +91,8 @@ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0)) [h1][b][u]Manual Download Links (Recommended)[/u][/b][/h1] -You can find it under 'Whitelisted' folder named 'KF-SoundBoard-v1.0' +You can find it under 'Whitelisted' folder named 'KF-SoundBoard-v1.1' - MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ -- Github: https://github.com/Vel-San/KF-SoundBoard/releases/tag/v1.0 \ No newline at end of file +- Github: https://github.com/Vel-San/KF-SoundBoard/releases/tag/v1.1 \ No newline at end of file