Closed Hagbuck closed 5 years ago
Actually you have to import the client part directly by copy / past. The client side must be importable like any cookie clicker addon.
We can't pass to the Game.loader a path, it need a URL
javascript:(function() { Game.LoadMod('http://hackbug.fr/cookie-autosaver/autosaver-client.js'); }());
Become v0.0.2
Actually you have to import the client part directly by copy / past. The client side must be importable like any cookie clicker addon.