Attempt at correcting indentation.
This commit is contained in:
parent
2a8d3dd09a
commit
4ac6e70cc5
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue