Skip to content

Commit

Permalink
Bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankrushen committed Dec 1, 2019
1 parent 3bca12a commit f3a3976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MultiAdmin/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MultiAdmin
{
public static class Program
{
public const string MaVersion = "3.2.4.3";
public const string MaVersion = "3.2.5.1";
public const string RecommendedMonoVersion = "5.18";

private static readonly List<Server> InstantiatedServers = new List<Server>();
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Any configuration files within the directory defined by `servers_folder` will ha
Config Option | Value Type | Default Value | Description
--- | :---: | :---: | :------:
config_location | String | **Empty** | The default location for the game to use for storing configuration files (a directory)
appdata_location | String | **Empty** | The location for the game to use for AppData (a directory)
disable_config_validation | Boolean | False | Disable the config validator
share_non_configs | Boolean | True | Makes all files other than the config files store in AppData
multiadmin_nolog | Boolean | False | Disable logging to file
Expand Down

0 comments on commit f3a3976

Please sign in to comment.