You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
Fixes MOTD not showing if the GreetingMessage field is empty. Remove leftover debug logging from player block enforcement. Improvements to concealment.
Copy file name to clipboardExpand all lines: EssentialsPlugin/Essentials.cs
+12-41Lines changed: 12 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -712,7 +712,7 @@ public string[ ] DynamicConcealIgnoreSubTypeList
712
712
713
713
[Category("Dynamic Entity Management")]
714
714
[DisplayName("Include MedBays")]
715
-
[Description("The list of subtype blocks that will make the entity manager ignore a grid. If a grid contains any of these block subtypes, it will automatically not include it when deciding whether to conceal the grid or not")]
715
+
[Description("If any online player has access to a working medbay on a grid, it will be ignored.")]
716
716
[Browsable(true)]
717
717
[ReadOnly(false)]
718
718
publicboolDynamicConcealIncludeMedBays
@@ -721,47 +721,18 @@ public bool DynamicConcealIncludeMedBays
[Description("Enable / Disable console messages that display whether an entity is concealed or revealed. Should be off if you don't care about seeing how many entities get revealed/concealed.")]
0 commit comments