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