Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm going to swap the original for this one for now.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3048408032
maybe you're using the [Trash and Corpses] mod.
Causes errors when removing debris due to deleting items in array in the wrong order. When you delete a element from java array the array will become shorter, meaning that once you hit index size()-1 that will now be out of bounds. It works without creating errors when reversing the order in which the array is traversed.
Changing line 10 to the following fixes it:
"for i=sq:getObjects():size()-1, 0, -1 do"