Commit 319576c7 authored by nanahira's avatar nanahira

fix not closing reader

parent 7c72f62a
......@@ -45,6 +45,7 @@ namespace YGOSharp
UnityEngine.Debug.Log(e);
}
}
reader.Close();
if(!test) {
if (Banlists == null) {
Banlists = new_list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment