test
This commit is contained in:
@@ -81,14 +81,9 @@ class SaveSystem {
|
||||
}
|
||||
|
||||
loadGame() {
|
||||
console.log('📂 Loading game...');
|
||||
|
||||
let rawData = localStorage.getItem(this.storageKey);
|
||||
if (!rawData) {
|
||||
console.log('⚠️ No save file found.');
|
||||
this.showNotification('NO SAVE FOUND');
|
||||
return false;
|
||||
}
|
||||
console.log('📂 Loading game... DISABLED - Fresh start!');
|
||||
// ONEMOGOČENO - vedno vrne false za fresh start
|
||||
return false;
|
||||
|
||||
try {
|
||||
let jsonString = rawData;
|
||||
|
||||
Reference in New Issue
Block a user