diff --git a/README.md b/README.md index 51edbe7..42518d9 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ # MOD Original [Simple Economy](https://steamcommunity.com/sharedfiles/filedetails/?id=1115709310) # Projeto +[Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2847806795) + [Github](https://github.com/otomay/Economia-Simples) diff --git a/modmain.lua b/modmain.lua index 00cbede..5f27480 100644 --- a/modmain.lua +++ b/modmain.lua @@ -7,13 +7,13 @@ local RECIPETABS = GLOBAL.RECIPETABS local TECH = GLOBAL.TECH local LAN_ = GetModConfigData('Language') -if LAN_ == 3 then +if LAN_ == 3 or LAN_ = true then require 'SEscripts/strings_cn' TUNING.SElan = "cn" elseif LAN_ == 2 then require 'SEscripts/strings_en' TUNING.SElan = "en" -elseif LAN_ == 1 then +elseif LAN_ == 1 or LAN_ = false then require 'SEscripts/strings_ptbr' TUNING.SElan = "en" end