diff --git a/sources/BaseAPI/API/Unflect/UnflectApi.uc b/sources/BaseAPI/API/Unflect/UnflectApi.uc index aa035b1..9b4873d 100644 --- a/sources/BaseAPI/API/Unflect/UnflectApi.uc +++ b/sources/BaseAPI/API/Unflect/UnflectApi.uc @@ -58,7 +58,7 @@ protected function Finalizer() { functionCaster = none; } -public final function bool _drop() { +public final function _drop() { local UFunction nextFunctionInstance; local Text nextFunctionName; local HashTableIterator iter; diff --git a/sources/Chat/ChatAPI.uc b/sources/Chat/ChatAPI.uc index 3864297..25f8d04 100644 --- a/sources/Chat/ChatAPI.uc +++ b/sources/Chat/ChatAPI.uc @@ -210,7 +210,7 @@ public /*signal*/ function ChatAPI_OnMessageFor_Slot OnMessageFor(AcediaObject r /// /// # Slot description /// -/// bool (EPlayer sender, ChatApi.BuiltInVoiceMessage message) +/// void (EPlayer sender, ChatApi.BuiltInVoiceMessage message) /// /// ## Parameters ///