From 5381c31abb9be7ef3953f2cc5fd8bdee0e402c5c Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:18:57 -0700 Subject: [PATCH] Update notify.lua --- worldeditadditions_core/utils/notify.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/worldeditadditions_core/utils/notify.lua b/worldeditadditions_core/utils/notify.lua index c44cfac..899a2f3 100644 --- a/worldeditadditions_core/utils/notify.lua +++ b/worldeditadditions_core/utils/notify.lua @@ -65,6 +65,7 @@ end --- Send a custom notification. -- @param name : The name of the player to send the notification to. +-- @param ntype : The type of notification. -- @param message : The message to send. -- @param colour (optional): The colour of the notification. -- @param message_coloured (optional): Whether the message should be coloured.