Small semantic change

This commit is contained in:
shamoanjac 2016-08-14 23:27:51 +02:00
parent 631a5b9808
commit 0670497f94
1 changed files with 2 additions and 2 deletions

View File

@ -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)