Update to 1.2.4.1
This commit is contained in:
parent
0ea58cde3e
commit
b51303d36e
3 changed files with 4 additions and 4 deletions
|
|
@ -237,7 +237,7 @@ namespace TShockAPI
|
||||||
});
|
});
|
||||||
add(new Command(Permissions.manageprojectile, ProjectileBan, "projban")
|
add(new Command(Permissions.manageprojectile, ProjectileBan, "projban")
|
||||||
{
|
{
|
||||||
HelpText = "Manages item bans."
|
HelpText = "Manages projectile bans."
|
||||||
});
|
});
|
||||||
add(new Command(Permissions.manageregion, Region, "region")
|
add(new Command(Permissions.manageregion, Region, "region")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -49,5 +49,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// MMdd of the build
|
// MMdd of the build
|
||||||
|
|
||||||
[assembly: AssemblyVersion("4.2.2.0510")]
|
[assembly: AssemblyVersion("4.2.2.0515")]
|
||||||
[assembly: AssemblyFileVersion("4.2.2.0510")]
|
[assembly: AssemblyFileVersion("4.2.2.0515")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c49eaf5e01f478ac6a87e5c73be3369dbe7d7f94
|
Subproject commit ed5208fa1184d185795462e714fa7642e466ed43
|
||||||
Loading…
Add table
Add a link
Reference in a new issue