D4VOS
D4VOS
I'm not able because switched to CFTools scheduler and lost my DEV server :/
What exactly is "IngameReport"? What about mod update detection? It would be very useful feature imo
> The ingame report is a small mod that send data about the ingame players and vehicles (name, location, health) to the server manager, so you can see it in...
I've fixed this by changing the `getWsModName()` method in `steamcmd.ts` from: ```js public getWsModName(modId: string): string { const wsPath = this.getWsPath(); const modMeta = path.join(wsPath, modId, 'meta.cpp'); if (!this.fs.existsSync(modMeta)) {...
same issue in [my project](https://github.com/D4VOS/shadow-webdriver/blob/master/.github/workflows/release.yml)