MISC: Make implicit string conversion consistent across all coding contracts (#2608)

This commit is contained in:
catloversg
2026-04-03 13:53:16 +07:00
committed by GitHub
parent d1b6acc57a
commit 8dcccdc5bb
13 changed files with 376 additions and 60 deletions
+2
View File
@@ -629,6 +629,8 @@ Error: ${e}`,
person.persistentIntelligenceData.exp = person.exp.intelligence;
person.overrideIntelligence();
}
}
if (ver < 48) {
showAPIBreaks("3.0.0", breakingChanges300);
}
}