mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fix discord alerts for entity protection (#298)
This commit is contained in:
@@ -105,7 +105,7 @@ if config.entity_protection then
|
||||
color=Colors.yellow,
|
||||
['Player']='<inline>' .. append_playtime(player_name),
|
||||
['Entity']='<inline>' .. event.entity.name,
|
||||
['Location']=event.entity.position
|
||||
['Location']='X ' .. event.entity.position.x .. ' Y ' .. event.entity.position.y
|
||||
}
|
||||
end)
|
||||
end
|
||||
@@ -300,4 +300,4 @@ Event.add(defines.events.on_console_command, function(event)
|
||||
}
|
||||
end
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user