Why does it say Database Disposed? lolQuote:
But you don't type it in the console.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. }
You type it in game.[/COLOR]