fix: only check needed var

This commit is contained in:
2026-06-18 16:43:01 -03:00
parent 30531635f2
commit a3eb9970c6
+1 -1
View File
@@ -156,7 +156,7 @@ class Dumper
public void DumpCharacterIcons() public void DumpCharacterIcons()
{ {
if (_dataPak == null || _provider == null) if (_provider == null)
throw new InvalidOperationException("Attempted to call dump function without dumper initialization"); throw new InvalidOperationException("Attempted to call dump function without dumper initialization");
_log.Info("Dumping character icons"); _log.Info("Dumping character icons");