Hello there! First of, this mod is one of the best, really gives that "open world" feel with the travelling! so thank you.
I came across an issue when i edited the config file so that post raid healing would be turned off. so far i have tested it on 3.7.3 and 3.7.4 with and without other mods, but it appears to be an issue in the mod itself. upon staring the server it gives the following error message when post raid healing is disabled:
TypeError: Cannot read properties of undefined (reading 'base')
TypeError: Cannot read properties of undefined (reading 'base')
at InitUtils.setMedics (A:\SPT AKi 3.7.3\user\mods\Traveler\src\init-utils.ts:64:37)
at Mod.postDBLoad (A:\SPT AKi 3.7.3\user\mods\Traveler\src\mod.ts:89:14)
at PostDBModLoader.executeMods (C:\snapshot\project\src\loaders\PostDBModLoader.ts:72:45)
at PostDBModLoader.onLoad (C:\snapshot\project\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\project\src\utils\App.ts:56:13)
TypeError: Cannot read properties of undefined (reading 'base')
TypeError: Cannot read properties of undefined (reading 'base')
at InitUtils.setMedics (A:\SPT AKi 3.7.3\user\mods\Traveler\src\init-utils.ts:64:37)
at Mod.postDBLoad (A:\SPT AKi 3.7.3\user\mods\Traveler\src\mod.ts:89:14)
at PostDBModLoader.executeMods (C:\snapshot\project\src\loaders\PostDBModLoader.ts:72:45)
at PostDBModLoader.onLoad (C:\snapshot\project\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\project\src\utils\App.ts:56:13)
I'm not very good at coding, just some minor basics with the help of gpt, so i was really hoping you would know how to resolve this or whats causing it.
Thanks for your help in advance^^