fix AutoSpeed config defaulting to normal walking speed
This commit is contained in:
parent
f5069f8ca5
commit
81af6a4767
|
@ -4,6 +4,6 @@
|
|||
internal class ModConfig
|
||||
{
|
||||
/// <summary>The added speed.</summary>
|
||||
public int Speed { get; set; } = 1;
|
||||
public int Speed { get; set; } = 5;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,5 @@ set the speed you want (higher values are faster).
|
|||
|
||||
1.4:
|
||||
* Switched to standard JSON config file.
|
||||
* Fixed config defaulting to normal speed.
|
||||
* Internal refactoring.
|
||||
|
|
Loading…
Reference in New Issue