fix
This commit is contained in:
parent
4ad771a690
commit
1277d16ec5
@ -26,7 +26,7 @@ namespace Campofinale
|
|||||||
public int defaultSceneNumId = 98;
|
public int defaultSceneNumId = 98;
|
||||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
||||||
public int maxPlayers = 20;
|
public int maxPlayers = 20;
|
||||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Include)]
|
||||||
public CharactersOptions defaultCharacters = new();
|
public CharactersOptions defaultCharacters = new();
|
||||||
public ServerOptions()
|
public ServerOptions()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user