Fixed ExamineItem() log message error
This commit is contained in:
@@ -466,7 +466,7 @@ public class InventoryController(
|
||||
}
|
||||
catch
|
||||
{
|
||||
logger.Error(serverLocalisationService.GetText("inventory-examine_item_does_not_exist", request.ItemId));
|
||||
logger.Error(serverLocalisationService.GetText("inventory-examine_item_does_not_exist", request.ItemId.ToString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user