Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Dec 10, 2018
1 parent c6ec96f commit 889ab32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DisconnectDrop/DisconnectDrop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace DisconnectDrop
name = "DisconnectDrop",
description = "Drops player items on disconnection.",
id = "xyz.wizardlywonders.DisconnectDrop",
version = "1.2",
version = "1.3",
SmodMajor = 3,
SmodMinor = 1,
SmodRevision = 22
Expand All @@ -33,7 +33,7 @@ public override void Register()
this.AddConfig(new ConfigSetting("ddrop_inventory_refreshrate", 2, SettingType.NUMERIC, true, "How often player inventories are cached (in seconds)."));

// Register events
this.AddEventHandlers(new MiscEventHandler(this), Smod2.Events.Priority.Highest);
this.AddEventHandlers(new MiscEventHandler(this), Priority.Highest);
}
}
}

0 comments on commit 889ab32

Please sign in to comment.