From 61f91d1937fb7f57c75674691b685e054f091989 Mon Sep 17 00:00:00 2001 From: BelsethUwU Date: Tue, 23 May 2023 13:21:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20:=20de=20Test;=20La=20question=20c'=C3=A9?= =?UTF-8?q?tait=20est-ce=20que=20c'=C3=A9tait=20l=C3=A9gal=20=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Persistance/Persistance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Persistance/Persistance.cs b/Sources/Persistance/Persistance.cs index 393b781..3f617ba 100644 --- a/Sources/Persistance/Persistance.cs +++ b/Sources/Persistance/Persistance.cs @@ -9,7 +9,7 @@ namespace StimPersistance { public Persistance() { - Directory.SetCurrentDirectory("..//..//..//..//..//Sources//XML//"); + //Directory.SetCurrentDirectory("../../../../XML/"); } public void SaveGame(ObservableCollection games)