1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-09 15:40:05 +00:00
Jonathan Coates 9ea7f45fa7
Fix class cast exception with ObjectSource
We were generating methods with the original object, rather than the
extra one.

Updated our tests to actually catch this. Unfortunately the only places
we use this interface is in HTTP responses and transferred files,
neither of which show up in the Lua-side tests.
2023-07-07 18:05:02 +01:00
..