Povstalec / StargateJourney

A repository for the Stargate Journey Minecraft Mod
39 stars 16 forks source link

Fixed issue with CC functions that take a table as an input. #115

Open kittycat2002 opened 1 week ago

kittycat2002 commented 1 week ago

This fork fixes the following computercraft functions which throw the java.lang.IllegalStateException: Function arguments have escaped their original scope. error in the 1.20.1 version of the mod: addToWhitelist addToBlacklist removeFromWhitelist removeFromBlacklist setChevronConfiguration

kittycat2002 commented 1 week ago

This fixes #116