Increase delay for steam to 2000ms

This commit is contained in:
Daniël van Noord
2021-09-04 15:45:49 +02:00
parent 669b5c1dd9
commit f7e7d171e8
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const CM = {
if (typeof Steam !== 'undefined') {
// Need to add a delay for steam
setTimeout(function () {}, 300);
setTimeout(function () {}, 2000);
}
Game.registerMod('CookieMonster', CM);