Overridden console playing to print tshock player group
Kick player before shuting down from console
This commit is contained in:
parent
e9dd445055
commit
3f8b78d3b7
3 changed files with 28 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ namespace TShockAPI
|
|||
{
|
||||
File.Create(file).Close();
|
||||
}
|
||||
|
||||
public static void CreateIfNot(string file, string data = "")
|
||||
{
|
||||
if (!File.Exists(file))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue