Minor cleanup.

This commit is contained in:
Ottermandias 2024-08-09 01:15:05 +02:00
parent b3d841a8ec
commit a52a43bd86
4 changed files with 38 additions and 55 deletions

View file

@ -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)