mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-09 19:42:58 +02:00
fix spacing
This commit is contained in:
parent
1a4ac02e13
commit
600f219085
6 changed files with 7 additions and 5 deletions
|
@ -109,3 +109,4 @@
|
||||||
"type": "techtree",
|
"type": "techtree",
|
||||||
"timeout": 300
|
"timeout": 300
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -151,4 +151,5 @@ export class ActionManager {
|
||||||
await this.stop(); // last attempt to stop
|
await this.stop(); // last attempt to stop
|
||||||
}, TIMEOUT_MINS * 60 * 1000);
|
}, TIMEOUT_MINS * 60 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue