mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
added timer to reduce file access collisions and cleaned some text up.
This commit is contained in:
parent
fec1687cb7
commit
98b3ce7304
2 changed files with 29 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue