Made groups.txt and users.txt auto appear in save folder
This commit is contained in:
parent
43f173f7d7
commit
61b9b8779e
5 changed files with 257 additions and 3 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue