Add delay for steam
This commit is contained in:
@@ -8,6 +8,11 @@ const CM = {
|
||||
save,
|
||||
};
|
||||
|
||||
if (typeof Steam !== 'undefined') {
|
||||
// Need to add a delay for steam
|
||||
setTimeout(function () {}, 300);
|
||||
}
|
||||
|
||||
Game.registerMod('CookieMonster', CM);
|
||||
|
||||
// Game.registerMod also calls CM.load() which calls the loop hook
|
||||
|
||||
Reference in New Issue
Block a user