1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Enable advanced editor by default

This commit is contained in:
KillzXGaming 2019-04-23 15:32:13 -04:00
parent ef689c290a
commit 73441e1b99
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ namespace FirstPlugin
{
public class PluginRuntime
{
public static bool UseSimpleBfresEditor = true;
public static bool UseSimpleBfresEditor = false;
public static Dictionary<string, BFLIM> bflimTextures = new Dictionary<string, BFLIM>();
public static List<BNTX> bntxContainers = new List<BNTX>();