File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ private int Require(IntPtr lua) {
404404 GetReg ( value ) ;
405405 return 1 ;
406406 }
407- required[ argument ] = LUA_REFNIL ;
408407 logger . Information ( "Require {RequiredFile}" , requiredFile . mod + "/" + requiredFile . path ) ;
409408 byte [ ] bytes = FactorioDataSource . ReadModFile ( requiredFile . mod , requiredFile . path ) ;
410409 if ( bytes != null ) {
Original file line number Diff line number Diff line change 1818 Bugfixes:
1919 - Fix a possible threading race while destroying textures, which could cause an illegal access crash.
2020 - Fix a loading error when mods use non-ASCII characters in their settings.
21+ - Fix errors when loading KuxOrbitalCannon and Deadlock SE bridge
2122----------------------------------------------------------------------------------------------------------------------
2223Version 0.7.3
2324Date: July 21st 2024
You can’t perform that action at this time.
0 commit comments