From 0670497f94ad508b70546be11df63b722881826b Mon Sep 17 00:00:00 2001 From: shamoanjac Date: Sun, 14 Aug 2016 23:27:51 +0200 Subject: [PATCH] Small semantic change --- factions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factions.lua b/factions.lua index 3448e6d..467ffba 100644 --- a/factions.lua +++ b/factions.lua @@ -344,11 +344,11 @@ function factions.Faction.on_player_join(self, player) end function factions.Faction.on_claim_parcel(self, pos) - self:broadcast("Chunk ("..pos..") has been claimed.") + self:broadcast("Parcel ("..pos..") has been claimed.") end function factions.Faction.on_unclaim_parcel(self, pos) - self:broadcast("Chunk ("..pos..") has been unclaimed.") + self:broadcast("Parcel ("..pos..") has been unclaimed.") end function factions.Faction.on_disband(self, pos)