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.
Copy file name to clipboardExpand all lines: EssentialsPlugin/Essentials.cs
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1108,7 +1108,7 @@ public MTObservableCollection<BlacklistItem> BlacklistItems
1108
1108
}
1109
1109
1110
1110
[Category("Experiments")]
1111
-
[Description("This will stop the server from processing the ragdoll component on characters. Can lead to SIGNIFICANT performance gains.")]
1111
+
[Description("This will stop the server from processing the ragdoll component on characters. Can lead to SIGNIFICANT performance gains.\r\n ONLY USEFUL ON STABLE!")]
1112
1112
[Browsable(true)]
1113
1113
[ReadOnly(false)]
1114
1114
publicboolDisableRagdoll
@@ -1118,6 +1118,7 @@ public bool DisableRagdoll
1118
1118
}
1119
1119
1120
1120
[Category("Experiments")]
1121
+
[Description("Modifies the internal drill code to make cutouts happen faster or slower. Negative values will slow down drilling.")]
0 commit comments