summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Dsa.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Dsa.cs')
-rw-r--r--DiscoBot/DSA_Game/Dsa.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/DSA_Game/Dsa.cs b/DiscoBot/DSA_Game/Dsa.cs
index d640df9..5b4833b 100644
--- a/DiscoBot/DSA_Game/Dsa.cs
+++ b/DiscoBot/DSA_Game/Dsa.cs
@@ -42,7 +42,7 @@
Session = new Session
{
- Chars = Chars.Select(x => SaveChar.FromICharacter(x) as ICharacter).ToList(),
+ Chars = Chars.Select(x => SaveChar.FromICharacter(x)).ToList(),
GeneralContext = GeneralContext
};
Session.Save();