Revert "Added npcStreamSpeed configuration parameter."

This commit is contained in:
Lucas Nicodemus 2014-11-08 17:28:28 -07:00
parent fa88f2ecc9
commit 05b29081bd
2 changed files with 0 additions and 4 deletions

View file

@ -388,9 +388,6 @@ 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>

View file

@ -1763,7 +1763,6 @@ namespace TShockAPI
NPC.defaultMaxSpawns = file.DefaultMaximumSpawns;
NPC.defaultSpawnRate = file.DefaultSpawnRate;
Main.npcStreamSpeed = file.NpcStreamSpeed;
Main.autoSave = file.AutoSave;
if (Backups != null)
{