From ef7cc2aeb00925d67348cc449f9389c9ba01874e Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 23 Aug 2021 12:40:50 -0400 Subject: [PATCH] Fix IPC method return type --- Dalamud/Plugin/DalamudPluginInterface.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dalamud/Plugin/DalamudPluginInterface.cs b/Dalamud/Plugin/DalamudPluginInterface.cs index 97960e818..d81b1a84c 100644 --- a/Dalamud/Plugin/DalamudPluginInterface.cs +++ b/Dalamud/Plugin/DalamudPluginInterface.cs @@ -184,39 +184,39 @@ namespace Dalamud.Plugin /// The return type for funcs. Use object if this is unused. /// The name of the IPC registration. /// An IPC publisher. - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); /// - public ICallGatePub GetIpcSub(string name) + public ICallGateSub GetIpcSub(string name) => Service.Get().GetIpcPubSub(name); #endregion