Skip to content

Commit 1411be1

Browse files
committed
Replace Info to log error and improve information
1 parent 5890d84 commit 1411be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.API/Features/Pickups/KeycardPickup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal KeycardPickup(BaseKeycard pickupBase)
3232
Base = pickupBase;
3333
if (Base is null)
3434
{
35-
Log.Info(GetType());
35+
Log.Error($"[KeycardPickup] Base is null: {GetType()}");
3636
}
3737
}
3838

0 commit comments

Comments
 (0)