fix: duplicate string keys, bad localize method

This commit is contained in:
goat 2021-09-04 22:27:06 +02:00
parent 1714c641ad
commit b9f72c0d53
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 3 additions and 16 deletions

View file

@ -371,7 +371,7 @@ namespace Dalamud
/// <summary>
/// Patch method for the class Process.Handle. This patch facilitates fixing Reloaded so that it
/// uses pseudo-handles to access memory, to prevent permission errors.
/// uses pseudo-handles to access memory, to prevent permission errors.
/// It should never be called manually.
/// </summary>
/// <param name="__instance">The equivalent of `this`.</param>