@ (G)ZDoom Editing plugin: version requirement update

This commit is contained in:
codeimp 2010-09-15 20:55:19 +00:00
parent 094749feb4
commit 78b94dc6e0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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; } }