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:
parent
196db1914f
commit
fed616ab15
@ -23,7 +23,7 @@ Module.print_admins = function(msg, source)
|
|||||||
if source then
|
if source then
|
||||||
if type(source) == 'string' then
|
if type(source) == 'string' then
|
||||||
source_name = source
|
source_name = source
|
||||||
chat_colot = game.players[source].chat_color
|
chat_color = game.players[source].chat_color
|
||||||
else
|
else
|
||||||
source_name = source.name
|
source_name = source.name
|
||||||
chat_color = source.chat_color
|
chat_color = source.chat_color
|
||||||
|
Loading…
Reference in New Issue
Block a user