Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
update cfg updater.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbeanw44602 committed Aug 7, 2021
1 parent 33d4b99 commit 331debc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iland-core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2725,8 +2725,8 @@ mc.listen('onServerStarted',function()
end
ILAPI.save()
end
if cfg.version==220 then
cfg.version=221
if cfg.version==220 or cfg.version==221 then
cfg.version=223
for landId,data in pairs(land_data) do
perm = land_data[landId].permissions
if #perm~=46 then
Expand Down

0 comments on commit 331debc

Please sign in to comment.