Auto: add missing table properties

This commit is contained in:
Coder12a
2019-06-28 19:52:28 -05:00
parent 5dfd32df1b
commit c531294335
3 changed files with 54 additions and 7 deletions

View File

@ -34,7 +34,7 @@ function factions.claim_parcel(name, parcelpos)
factions.unclaim_parcel(otherfac_name, parcelpos)
factions.parcelless_check(otherfac_name)
end
local data = factions.create_claim_table()
local data = factions.create_parcel_table()
data.faction = name
factions.parcels.set(parcelpos, data)