Added npcStreamSpeed configuration parameter.

This commit is contained in:
Sam Eaton 2014-11-08 22:18:27 +00:00
parent 5ffd373083
commit 2a8d3dd09a
2 changed files with 4 additions and 0 deletions

View file

@ -388,6 +388,9 @@ namespace TShockAPI
[Description("The maximum allowable MP, before equipment buffs.")]
public int MaxMP = 200;
[Description("Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.")]
public int NpcStreamSpeed = 60;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>