Implimented Changes

This commit is contained in:
Cooldude2606
2021-04-25 20:17:46 +01:00
parent 573dfd781b
commit c899674ef6
2 changed files with 3 additions and 3 deletions

View File

@@ -85,8 +85,8 @@ none-matching=No servers were found with that name, if you used an address pleas
response=Last location of __1__ was [gps=__2__,__3__]
[expcom-admin-marker]
exit=You have left admin marker mode, all new makers will not be protected.
enter=You have entered admin marker mode, all new makers will be protected.
exit=You have left admin marker mode, all new markers will not be protected.
enter=You have entered admin marker mode, all new markers will be protected.
place=You have placed an admin marker.
edit=You have edited an admin marker.
revert=You cannot edit admin markers.

View File

@@ -60,7 +60,7 @@ local function maintain_tag(event)
if not markers[tag.force.name..tag.tag_number] then return end
local player = game.get_player(event.player_index)
if player.admin then
-- Player is added, tell them it was an admin marker
-- Player is admin, tell them it was an admin marker
Commands.print({'expcom-admin-marker.edit'}, nil, player)
elseif event.name == defines.events.on_chart_tag_modified then
-- Tag was modified, revert the changes