diff --git a/src/dumper/dumper.cs b/src/dumper/dumper.cs index 7f0e1aa..89ec531 100644 --- a/src/dumper/dumper.cs +++ b/src/dumper/dumper.cs @@ -156,7 +156,7 @@ class Dumper public void DumpCharacterIcons() { - if (_dataPak == null || _provider == null) + if (_provider == null) throw new InvalidOperationException("Attempted to call dump function without dumper initialization"); _log.Info("Dumping character icons");