1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-10 06:15:59 +00:00

Bump CC:T to 1.109.3

This commit is contained in:
Jonathan Coates
2024-01-03 20:00:52 +00:00
parent 104d5e70de
commit 8be6b1b772
4 changed files with 19 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ of the mod should run fine on later versions.
However, some changes to the underlying game, or CC: Tweaked's own internals may break some programs. This page serves
as documentation for breaking changes and "gotchas" one should look out for between versions.
## CC: Tweaked 1.109.0 to 1.109.1 {#cct-1.109}
## CC: Tweaked 1.109.0 to 1.109.2 {#cct-1.109}
- Update to Lua 5.2:
- Support for Lua 5.0's pseudo-argument `arg` has been removed. You should always use `...` for varargs.