summaryrefslogtreecommitdiff
path: root/DSACore/DSA_Game/Save
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 21:04:16 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 21:04:16 +0200
commit5a317ff78acfd18ca586b763817e0810d030ca08 (patch)
tree1a1a96cd68d001c17fdc14034a50090461da335e /DSACore/DSA_Game/Save
parent3fa656c782c9235e354f1d7e53f40865ea482eaa (diff)
parent39da0da55a09a56bae3c250e6108c8edf77bfbfd (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
Diffstat (limited to 'DSACore/DSA_Game/Save')
-rw-r--r--DSACore/DSA_Game/Save/Properties.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/DSA_Game/Save/Properties.cs b/DSACore/DSA_Game/Save/Properties.cs
index f201431..caed278 100644
--- a/DSACore/DSA_Game/Save/Properties.cs
+++ b/DSACore/DSA_Game/Save/Properties.cs
@@ -35,7 +35,7 @@ namespace DSACore.DSA_Game.Save
set => objects["Sound"] = value;
}
- public static void Deserialize(string path = /*@"..\.."*/@"Properties")
+ public static void Deserialize(string path = @"Properties")
{
var files = Directory.GetFiles(path, "*.json");