added timer to reduce file access collisions and cleaned some text up.

This commit is contained in:
Justin Slauson 2016-03-02 19:08:24 -07:00
parent fec1687cb7
commit 98b3ce7304
2 changed files with 29 additions and 4 deletions

View file

@ -88,7 +88,7 @@ namespace MinecraftClient
//Load cached sessions from disk if necessary
if (Settings.CacheType == Cache.CacheType.DISK)
{
Console.WriteLine(Cache.SessionCache.InitializeDiskCache() ? "Cached sessions loaded." : "§8Cached sessions could not be loaded from disk");
Console.WriteLine(Cache.SessionCache.InitializeDiskCache() ? "Cached sessions loaded." : "Cached sessions could not be loaded from disk");
}
//Asking the user to type in missing data such as Username and Password