Small semantic change
This commit is contained in:
parent
631a5b9808
commit
0670497f94
|
@ -344,11 +344,11 @@ function factions.Faction.on_player_join(self, player)
|
||||||
end
|
end
|
||||||
|
|
||||||
function factions.Faction.on_claim_parcel(self, pos)
|
function factions.Faction.on_claim_parcel(self, pos)
|
||||||
self:broadcast("Chunk ("..pos..") has been claimed.")
|
self:broadcast("Parcel ("..pos..") has been claimed.")
|
||||||
end
|
end
|
||||||
|
|
||||||
function factions.Faction.on_unclaim_parcel(self, pos)
|
function factions.Faction.on_unclaim_parcel(self, pos)
|
||||||
self:broadcast("Chunk ("..pos..") has been unclaimed.")
|
self:broadcast("Parcel ("..pos..") has been unclaimed.")
|
||||||
end
|
end
|
||||||
|
|
||||||
function factions.Faction.on_disband(self, pos)
|
function factions.Faction.on_disband(self, pos)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user