1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Update core.lua

This commit is contained in:
Matthew 2019-02-12 09:35:35 -05:00 committed by GitHub
parent 596f329337
commit 44765cd966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ end
--- Takes msg and prints it to all players except provided player
-- @param msg <string> The message to print
-- @param player <LuaPlayer> the player not to send the message to
-- @param color <table> the color to use for the message
-- @param color <table> the color to use for the message, defaults to white
function Module.print_except(msg, player, color)
if not color then
color = Color.white