mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Cleanup.
This commit is contained in:
parent
ff3e5410aa
commit
fb144d0b74
2 changed files with 3 additions and 3 deletions
|
|
@ -156,7 +156,7 @@ public class ModMetaEditor(
|
|||
}
|
||||
}
|
||||
|
||||
if (count <= 0)
|
||||
if (count == 0)
|
||||
return false;
|
||||
|
||||
Penumbra.Log.Debug($"Deleted {count} default-valued meta-entries from a mod option.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue