mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Fix errors
This commit is contained in:
parent
006c9c80a2
commit
35c94a8d8b
1 changed files with 4 additions and 4 deletions
|
@ -171,19 +171,19 @@ namespace FirstPlugin
|
|||
editor.Text = FileName;
|
||||
editor.Dock = DockStyle.Fill;
|
||||
|
||||
if (FileName.Contains("_muunt"))
|
||||
/* if (FileName.Contains("_muunt"))
|
||||
{
|
||||
var muuntEditor = new Turbo.TurboMuuntEditor();
|
||||
muuntEditor.LoadByaml(this, Path.GetDirectoryName(FilePath));
|
||||
return muuntEditor;
|
||||
}
|
||||
}*/
|
||||
return editor;
|
||||
}
|
||||
|
||||
public void FillEditor(UserControl control)
|
||||
{
|
||||
if (control is Turbo.TurboMuuntEditor)
|
||||
return;
|
||||
// if (control is Turbo.TurboMuuntEditor)
|
||||
// return;
|
||||
|
||||
((ByamlEditor)control).UpdateByaml(
|
||||
BymlData.RootNode,
|
||||
|
|
Loading…
Reference in a new issue