mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix wrong if clause
This commit is contained in:
parent
edd57b3956
commit
c0d034520a
@ -383,6 +383,7 @@ ipcMain.handle("get-mods", async () => {
|
|||||||
|
|
||||||
steam.init(isDev);
|
steam.init(isDev);
|
||||||
|
|
||||||
if (mods) {
|
// Only allow achievements and puzzle DLC if no mods are loaded
|
||||||
|
if (mods.length === 0) {
|
||||||
steam.listen();
|
steam.listen();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user