1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00

Correctif

This commit is contained in:
Yan Maniez 2018-08-31 18:02:52 +02:00
parent 8a415b6857
commit 68411a786d

View file

@ -106,7 +106,7 @@ namespace AideDeJeu.ViewModels
public List<Item> ToItems(string md)
{
var item = Store.ToItem("", md);
var item = Store.ToItem(null, md);
if(item is Items)
{
var items = item as Items;