1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-07 13:31:54 +02:00

fixed bug

This commit is contained in:
grilledham 2018-06-15 11:35:21 +01:00
parent 48215169c1
commit 60e9020724

View File

@ -14,7 +14,7 @@ Global.register(
function(data) function(data)
tag_groups = data.tag_groups tag_groups = data.tag_groups
player_tags = data.player_tags player_tags = data.player_tags
no_notify_players = no_notify_players no_notify_players = data.no_notify_players
end end
) )