Skip to content

Commit

Permalink
Default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Oct 8, 2020
1 parent 56aa578 commit 1d24dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Images/Images.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ public class Images : Plugin<Config>
internal Dictionary<string, List<string>> ImageCache = new Dictionary<string, List<string>>();
internal CoroutineHandle IntercomHandle;
internal List<CoroutineHandle> Coroutines = new List<CoroutineHandle>();
internal bool CacheReady = false;
internal bool CacheReady = true;

internal bool IReady = true;
internal bool ITrans = false;
internal bool ICool = false;

private Harmony harmony;
private List<ICommand> commands = new List<ICommand>();
private CoroutineHandle preCache = new CoroutineHandle();
private CoroutineHandle preCache;

public override void OnEnabled()
{
Expand Down

0 comments on commit 1d24dbe

Please sign in to comment.