mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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,
|
color=Colors.yellow,
|
||||||
['Player']='<inline>' .. append_playtime(player_name),
|
['Player']='<inline>' .. append_playtime(player_name),
|
||||||
['Entity']='<inline>' .. event.entity.name,
|
['Entity']='<inline>' .. event.entity.name,
|
||||||
['Location']=event.entity.position
|
['Location']='X ' .. event.entity.position.x .. ' Y ' .. event.entity.position.y
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user