summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Save/Session.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-08 23:01:19 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-08 23:01:19 +0200
commit6ecf94cfc3e780d4c960447375b138e7473f6926 (patch)
tree77654523901f42ed3c26ddcde12bc1ff5314531d /DiscoBot/DSA_Game/Save/Session.cs
parentb9abcb7ed618f08d7b2614843ab6c4feea5ff573 (diff)
implemented Channel.SendWebFile
for usage see !save
Diffstat (limited to 'DiscoBot/DSA_Game/Save/Session.cs')
-rw-r--r--DiscoBot/DSA_Game/Save/Session.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/DiscoBot/DSA_Game/Save/Session.cs b/DiscoBot/DSA_Game/Save/Session.cs
index 0358b22..578fa50 100644
--- a/DiscoBot/DSA_Game/Save/Session.cs
+++ b/DiscoBot/DSA_Game/Save/Session.cs
@@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace DiscoBot.DSA_Game.Save
{
using System.IO;
+ using System.Runtime.CompilerServices;
using DiscoBot.DSA_Game.Characters;
@@ -37,7 +38,7 @@ namespace DiscoBot.DSA_Game.Save
{
// ignored
var log = new LogMessage(LogSeverity.Warning, "Properties", $"Laden von Save-File {path} fehlgeschlagen.", e);
- Console.WriteLine(log);
+ Console.WriteLine(log);
return null;
}
}