Merge branch 'general-devel' into old-code

This commit is contained in:
Chris 2017-12-28 01:55:22 +00:00 committed by GitHub
commit cd27a981cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 79 deletions

View file

@ -353,10 +353,6 @@ namespace TShockAPI
[Description("Ignores checking to see if player 'can' kill a projectile.")]
public bool IgnoreProjKill = false;
/// <summary>IgnoreNoClip - Ignores all no clip checks for players.</summary>
[Description("Ignores all no clip checks for players.")]
public bool IgnoreNoClip = false;
/// <summary>AlllowIce - Allows ice placement even where a user cannot usually build.</summary>
[Description("Allow ice placement even when user does not have canbuild.")]
public bool AllowIce = false;