From c899674ef65b0d0a2d3de2133eb49933ad5b1d89 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 25 Apr 2021 20:17:46 +0100 Subject: [PATCH] Implimented Changes --- locale/en/commands.cfg | 4 ++-- modules/commands/admin-markers.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/en/commands.cfg b/locale/en/commands.cfg index 1cb2e86f..b2fcb456 100644 --- a/locale/en/commands.cfg +++ b/locale/en/commands.cfg @@ -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. \ No newline at end of file diff --git a/modules/commands/admin-markers.lua b/modules/commands/admin-markers.lua index 95062705..91fab3ec 100644 --- a/modules/commands/admin-markers.lua +++ b/modules/commands/admin-markers.lua @@ -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