Set bool to false for SSC config enabled.
Add test script that will auto gen documentation.
This commit is contained in:
parent
b031f45cb0
commit
5e2f0d3604
2 changed files with 18 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace TShockAPI.ServerSideCharacters
|
|||
public class ServerSideConfig
|
||||
{
|
||||
[Description("Enable server side characters, This stops the client from saving character data! EXPERIMENTAL!!!!!")]
|
||||
public bool Enabled;
|
||||
public bool Enabled = false;
|
||||
|
||||
[Description("How often SSC should save, in minutes.")]
|
||||
public int ServerSideCharacterSave = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue