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

Commit

Permalink
stupid release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbeanw44602 committed Jan 1, 2022
1 parent 4d75497 commit 2a9fe9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions iland-core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,6 @@ function UpdateConfig(cfg_o)
cfg_t.features.disabled_listener = this.features.disabled_listener
cfg_t.features.chunk_side = this.features.chunk_side
end
if this.version==241 then
cfg_t.version = 242
end
if this.version==242 then
cfg_t.version = 243
end
return cfg_t
end
function UpdateLand(start_ver)
Expand Down
2 changes: 1 addition & 1 deletion iland/lang/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VERSION": 243,
"VERSION": 244,
"#1": "",

"gui.land.title": "Land v<a>",
Expand Down
2 changes: 1 addition & 1 deletion iland/lang/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VERSION": 243,
"VERSION": 244,
"#1": "zh_CN 标准汉语翻译贡献者:RedbeanW",

"gui.land.title": "Land v<a>",
Expand Down
2 changes: 1 addition & 1 deletion iland/lang/zh_TW.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VERSION": 243,
"VERSION": 244,
"#1": "",

"gui.land.title": "Land v<a>",
Expand Down

0 comments on commit 2a9fe9b

Please sign in to comment.