Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 24e7457

Browse files
committed
Rewrite Dynamic Turret Management. Fix chat history spam on faction messaging. More player block enforcement crash fixes. Fix crash in /admin delete floating
1 parent 0722e34 commit 24e7457

File tree

8 files changed

+293
-582
lines changed

8 files changed

+293
-582
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//257
1+
//289
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.13.7.257")]
10-
[assembly: AssemblyVersion("1.13.7.257")]
9+
[assembly: AssemblyFileVersion("1.13.7.289")]
10+
[assembly: AssemblyVersion("1.13.7.289")]

EssentialsPlugin/ChatHandlers/AdminDelete/HandleAdminDeleteFloating.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public override bool HandleCommand( ulong userId, string[ ] words )
5757
if ( entity == null )
5858
continue;
5959

60-
if ( entity is MyFloatingObject || entity is MyInventoryBagEntity || entity is MyMeteor )
60+
if ( entity is MyFloatingObject || entity is MyInventoryBagEntity || entity is IMyMeteor )
6161
{
6262
count++;
6363
Wrapper.BeginGameAction( entity.Close, null, null );

0 commit comments

Comments
 (0)