summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Dsa.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-18 11:46:48 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-18 11:46:48 +0200
commitde22a0719079c5ba23e6ae9a39c921940c4bebed (patch)
treee3a757b0b72d91c1770e7a54800daf12a066c79a /DiscoBot/DSA_Game/Dsa.cs
parent68e49d3b0936101deba1251e95b9788716c0722a (diff)
simplifyed Savechar class
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();