temporarily disable text file export to desth_restarts.txt
This commit is contained in:
parent
e9d51f06e6
commit
6f0576376b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user