Just letting you know. This mod causes an error with Fin's AI tweaks. It looks like the mags cause an unhandled promise error.
I'll also post about this under FAIT.
Error code below:
(node:12284) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '_props' of undefined
at AITweaks.adjustPatronSlots (G:\Games\EFT_SP\Current\user\mods\zFin-AITweaks\src\mod.js:8860:39)
at AITweaks.startGearchanging (G:\Games\EFT_SP\Current\user\mods\zFin-AITweaks\src\mod.js:9148:14)
at AITweaks.main (G:\Games\EFT_SP\Current\user\mods\zFin-AITweaks\src\mod.js:5049:18)
at AITweaks.delayedLoad (G:\Games\EFT_SP\Current\user\mods\zFin-AITweaks\src\mod.js:26:14)
at DelayedModLoader.executeMods (G:\Games\EFT_SP\Current\obj\bundle.js:12313:21)
at DelayedModLoader.load (G:\Games\EFT_SP\Current\obj\bundle.js:12302:14)
at ModCallbacks.onLoad (G:\Games\EFT_SP\Current\obj\bundle.js:1846:24)
at App.load (G:\Games\EFT_SP\Current\obj\bundle.js:16016:59)
at G:\Games\EFT_SP\Current\obj\bundle.js:17694:47
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use `Aki.Server --trace-warnings ...` to show where the warning was created)
(node:12284) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.htm…unhandled_rejections_mode). (rejection id: 1)
(node:12284) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.