apply the rest of fixes for snake flute, prevent players from seeing the npc perm error on join

This commit is contained in:
Rustly 2020-06-15 13:32:42 -05:00
parent 013ef4ce98
commit 01bae0475d
3 changed files with 35 additions and 17 deletions

View file

@ -111,6 +111,11 @@ namespace TShockAPI
return found;
}
/// <summary>
/// Used in preventing players from seeing the npc spawnrate permission error on join.
/// </summary>
internal bool HasReceivedNPCPermissionError { get; set; }
/// <summary>
/// The amount of tiles that the player has killed in the last second.
/// </summary>