temporarily disable text file export to desth_restarts.txt

This commit is contained in:
wcko87 2017-05-08 16:28:49 +08:00
parent e9d51f06e6
commit 6f0576376b

View File

@ -251,6 +251,7 @@ namespace rabi_splitter_WPF
private void UpdateTextFile()
{
//return;
string text = $"Deaths: {inGameState.nDeaths}\nResets: {inGameState.nRestarts}";
System.IO.StreamWriter file = new System.IO.StreamWriter("deaths_restarts.txt");
file.WriteLine(text);