Overridden console playing to print tshock player group

Kick player before shuting down from console
This commit is contained in:
ricky 2011-06-15 12:02:21 +10:00
parent e9dd445055
commit 3f8b78d3b7
3 changed files with 28 additions and 2 deletions

View file

@ -35,6 +35,7 @@ namespace TShockAPI
{
File.Create(file).Close();
}
public static void CreateIfNot(string file, string data = "")
{
if (!File.Exists(file))