Add toString to messages & fix incorrect call
This commit is contained in:
+1
-1
Submodule coreSubProjects updated: a6fc8f1702...39391b944f
@@ -179,7 +179,7 @@ public class FabricServerProxy implements AbstractModInitializer.IEventProxy
|
||||
PluginChannelMessage message = AbstractPluginPacketSender.decodeMessage(buffer);
|
||||
if (message != null)
|
||||
{
|
||||
ClientApi.INSTANCE.pluginMessageReceived(message);
|
||||
ServerApi.INSTANCE.pluginMessageReceived(ServerPlayerWrapper.getWrapper(serverPlayer), message);
|
||||
}
|
||||
});
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user