diff --git a/src/core/main/custom/hotkey.ts b/src/core/main/custom/hotkey.ts index 0af9c55..5698d61 100644 --- a/src/core/main/custom/hotkey.ts +++ b/src/core/main/custom/hotkey.ts @@ -37,7 +37,7 @@ export class Hotkey extends EventEmitter { constructor(id: string, storage: boolean = true) { super(); if (storage) { - this.storage = new GameStorage(GameStorage.fromAuthor('Mota', id)); + this.storage = new GameStorage(GameStorage.fromAuthor('AncTe', id)); } } diff --git a/src/core/main/setting.ts b/src/core/main/setting.ts index c6f87a4..6efcd05 100644 --- a/src/core/main/setting.ts +++ b/src/core/main/setting.ts @@ -403,7 +403,7 @@ interface SettingStorage { } const storage = new GameStorage( - GameStorage.fromAuthor('Mota', 'setting') + GameStorage.fromAuthor('AncTe', 'setting') ); loading.once('coreInit', () => {