The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

[AB+|Rep(+)] External Item Descriptions
此主题已被锁定
rinru 2024 年 6 月 9 日 下午 9:29
bug fix for chinese not working
path: Steam\steamapps\common\The Binding of Isaac Rebirth\mods\external item descriptions_836319872\features\eid_mcm.lua
line: 1047 ~ 1049
origin:
if MCM.i18n == "Chinese" then
require("eid_mcm_cn")
end
bugfix:
if MCM.i18n == "Chinese" then
require("features.eid_mcm_cn")
end
fixed: (1) chinese not working (2) general page not displayed
< >
正在显示第 1 - 1 条,共 1 条留言
Wofsauge  [开发者] 2024 年 6 月 10 日 下午 1:31 
This issue should be fixed now
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50