Merge pull request #849 from NyxStudios/revert-848-general-devel

Revert "Added npcStreamSpeed configuration parameter."
This commit is contained in:
Lucas Nicodemus 2014-11-08 17:29:07 -07:00
commit ac38866597
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)
{