mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
Minor cleanup.
This commit is contained in:
parent
b3d841a8ec
commit
a52a43bd86
4 changed files with 38 additions and 55 deletions
|
|
@ -67,7 +67,7 @@ public unsafe class CharacterUtility : IDisposable, IRequiredService
|
|||
_framework.Update += LoadDefaultResources;
|
||||
}
|
||||
|
||||
/// <summary> We store the default data of the resources so we can always restore them. </summary>
|
||||
/// <summary> We store the default data of the resources, so we can always restore them. </summary>
|
||||
private void LoadDefaultResources(object _)
|
||||
{
|
||||
if (Address == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue