diff options
author | Dennis Kobert <d-kobert@web.de> | 2019-05-16 01:10:10 +0200 |
---|---|---|
committer | Dennis Kobert <d-kobert@web.de> | 2019-05-16 01:10:10 +0200 |
commit | 91fc989eea5ee16c2f000064b5c040a6fe6f23b9 (patch) | |
tree | 2cb29d1bc191cbba9aab216620a4a644b1f6d806 /DSACore/DSA_Game | |
parent | 6d988d13f7fc1652e2d041cfd1c4b40dce6a8adb (diff) |
Implement tokens
Diffstat (limited to 'DSACore/DSA_Game')
-rw-r--r-- | DSACore/DSA_Game/Dsa.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/DSA_Game/Dsa.cs b/DSACore/DSA_Game/Dsa.cs index 3b2e4aa..cbdb734 100644 --- a/DSACore/DSA_Game/Dsa.cs +++ b/DSACore/DSA_Game/Dsa.cs @@ -16,7 +16,7 @@ namespace DSACore.DSA_Game public static class Dsa { #if DEBUG - public const string rootPath = "C:\\Users\\Dennis\\Source\\Repos\\DiscoBot\\DSACore\\";//"DiscoBot\\DSACore\\"; + public const string rootPath = "";//"C:\\Users\\Dennis\\Source\\Repos\\DiscoBot\\DSACore\\";//"DiscoBot\\DSACore\\"; #else public const string rootPath = "";//"DiscoBot\\DSACore\\"; #endif |