diff --git a/XivCommon/Functions/ChatBubbles.cs b/XivCommon/Functions/ChatBubbles.cs index 3b5f914..78c7956 100755 --- a/XivCommon/Functions/ChatBubbles.cs +++ b/XivCommon/Functions/ChatBubbles.cs @@ -122,7 +122,7 @@ namespace XivCommon.Functions { } } - private unsafe void UpdateChatBubbleDetourInner(IntPtr bubblePtr, IntPtr actorPtr) { + private void UpdateChatBubbleDetourInner(IntPtr bubblePtr, IntPtr actorPtr) { // var bubble = (ChatBubble*) bubblePtr; var actorStruct = Marshal.PtrToStructure(actorPtr); var actor = new Actor(actorPtr, actorStruct, this.Dalamud);