apply the rest of fixes for snake flute, prevent players from seeing the npc perm error on join
This commit is contained in:
parent
013ef4ce98
commit
01bae0475d
3 changed files with 35 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue