Made groups.txt and users.txt auto appear in save folder

This commit is contained in:
Maverick Motherfucker 2011-06-04 11:14:39 -07:00
parent 43f173f7d7
commit 61b9b8779e
5 changed files with 257 additions and 3 deletions

View file

@ -379,6 +379,7 @@ namespace TShockAPI
}
groups.Add(group);
}
sr.Close();
}
/// <summary>
@ -439,7 +440,7 @@ namespace TShockAPI
return GetGroup(args[1]);
}
}
sr.Close();
return GetGroup("default");
}