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

Commit 2a9fe9b

Browse files
committed
stupid release.
1 parent 4d75497 commit 2a9fe9b

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

iland-core.lua

-6
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,6 @@ function UpdateConfig(cfg_o)
372372
cfg_t.features.disabled_listener = this.features.disabled_listener
373373
cfg_t.features.chunk_side = this.features.chunk_side
374374
end
375-
if this.version==241 then
376-
cfg_t.version = 242
377-
end
378-
if this.version==242 then
379-
cfg_t.version = 243
380-
end
381375
return cfg_t
382376
end
383377
function UpdateLand(start_ver)

iland/lang/en_US.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"VERSION": 243,
2+
"VERSION": 244,
33
"#1": "",
44

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

iland/lang/zh_CN.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"VERSION": 243,
2+
"VERSION": 244,
33
"#1": "zh_CN 标准汉语翻译贡献者:RedbeanW",
44

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

iland/lang/zh_TW.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"VERSION": 243,
2+
"VERSION": 244,
33
"#1": "",
44

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

0 commit comments

Comments
 (0)