Skip to content

Commit 99f497e

Browse files
committed
# Concealment 1.2
* Features - Added option to exempt pirate-owned grids - Added action to RC block so scripts can keep active drones from being concealed - Added commands to enable and disable concealment * Fixes - Fixed crashes when deleting concealed entities
1 parent 4570407 commit 99f497e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Concealment 1.2
2+
* Features
3+
- Added option to exempt pirate-owned grids
4+
- Added action to RC block so scripts can keep active drones from being concealed
5+
- Added commands to enable and disable concealment
6+
* Fixes
7+
- Fixed crashes when deleting concealed entities

‎Concealment/ConcealmentPlugin.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
namespace Concealment
3333
{
34-
[Plugin("Concealment", "1.2.0", "17f44521-b77a-4e85-810f-ee73311cf75d")]
34+
[Plugin("Concealment", "1.2", "17f44521-b77a-4e85-810f-ee73311cf75d")]
3535
public sealed class ConcealmentPlugin : TorchPluginBase, IWpfPlugin
3636
{
3737
public Persistent<Settings> Settings { get; private set; }

0 commit comments

Comments
 (0)