Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Line reads as:
'if object:getSprite():getProperties():Is(IsoFlagType.DoorW) then'
When it should read as:
'if object:getSprite():getProperties():Is(IsoFlagType.doorW) then'
Changing the 'D' to a lowercase 'd' fixed the issue and allows the mod to function as intended.
May not have bumped into this in testing as this is probably one of those low-level linux weirdness issues where case sensitivity matters when it wouldn't on windows.