Attempt at correcting indentation.

This commit is contained in:
Sam Eaton 2014-11-08 22:36:16 +00:00
parent 2a8d3dd09a
commit 4ac6e70cc5
2 changed files with 3 additions and 3 deletions

View file

@ -388,8 +388,8 @@ 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;
[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

View file

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