Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
otomay committed Jan 14, 2024
2 parents ae74078 + 05606af commit ea44170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions modmain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea44170

Please sign in to comment.