fix: only check needed var
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user