Quote:
Originally Posted by Tiku
Code:
if (Cmd[0] == "/save")
{
Database.SaveKOs();
Console.WriteLine("KOs saved.");
Database.SaveEmpire();
Console.WriteLine("Empire saved.");
Features.Guilds.SaveGuilds();
Console.WriteLine("Guilds saved.");
Features.SkillsClass.Save();
Console.WriteLine("Skills saved.");
[COLOR="DarkRed"][B]Console.WriteLine("Database disposed.");[/B]If you do not feel like using the /exit command you can use this command I took from the /exit.
}
But you don't type it in the console.
You type it in game.[/COLOR]
|
Why does it say Database Disposed? lol