mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +00:00
Correctif
This commit is contained in:
parent
8a415b6857
commit
68411a786d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue