1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Typo in var name

This commit is contained in:
plague006 2018-11-18 19:16:12 -05:00
parent 196db1914f
commit fed616ab15

View File

@ -23,7 +23,7 @@ Module.print_admins = function(msg, source)
if source then
if type(source) == 'string' then
source_name = source
chat_colot = game.players[source].chat_color
chat_color = game.players[source].chat_color
else
source_name = source.name
chat_color = source.chat_color