mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
@ (G)ZDoom Editing plugin: version requirement update
This commit is contained in:
parent
094749feb4
commit
78b94dc6e0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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; } }
|
||||
|
|
Loading…
Reference in a new issue