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:
parent
596f329337
commit
44765cd966
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user