diff --git a/Source/Plugins/GZDoomEditing/GZDoomEditing.txt b/Source/Plugins/GZDoomEditing/GZDoomEditing.txt index c4110ce3..0970b4df 100644 --- a/Source/Plugins/GZDoomEditing/GZDoomEditing.txt +++ b/Source/Plugins/GZDoomEditing/GZDoomEditing.txt @@ -8,7 +8,7 @@ Author: Pascal vd Heiden Plugin version: 0.0 -Core version needed: 2.1.0.1382 +Core version needed: 2.1.0.1394 diff --git a/Source/Plugins/GZDoomEditing/General/BuilderPlug.cs b/Source/Plugins/GZDoomEditing/General/BuilderPlug.cs index fac1df25..e6683ede 100644 --- a/Source/Plugins/GZDoomEditing/General/BuilderPlug.cs +++ b/Source/Plugins/GZDoomEditing/General/BuilderPlug.cs @@ -75,7 +75,7 @@ namespace CodeImp.DoomBuilder.GZDoomEditing public static BuilderPlug Me { get { return me; } } // This is the lowest Doom Builder core revision that is required for this plugin to work - public override int MinimumRevision { get { return 1382; } } + public override int MinimumRevision { get { return 1394; } } // Settings public int ShowVisualThings { get { return showvisualthings; } set { showvisualthings = value; } }