diff --git a/utils/core.lua b/utils/core.lua index 6293ba40..7fc2928e 100644 --- a/utils/core.lua +++ b/utils/core.lua @@ -34,7 +34,7 @@ end --- Takes msg and prints it to all players except provided player -- @param msg The message to print -- @param player the player not to send the message to --- @param color the color to use for the message +-- @param color
the color to use for the message, defaults to white function Module.print_except(msg, player, color) if not color then color = Color.white