mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-16 05:34:16 +01:00
fix bad console command usage, whoops
This commit is contained in:
parent
69f490619f
commit
f0ef73f96b
1 changed files with 2 additions and 1 deletions
|
|
@ -207,10 +207,11 @@ internal class DalamudInterface : IInternalDisposableService
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Log.Error("Unknown swapchain mode: {Mode}", mode);
|
Log.Error("Unknown swapchain mode: {Mode}", mode);
|
||||||
break;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.configuration.QueueSave();
|
this.configuration.QueueSave();
|
||||||
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue