Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
cc92a38e40
2 changed files with 2 additions and 3 deletions
|
|
@ -77,8 +77,7 @@ namespace TShockAPI
|
|||
{
|
||||
return;
|
||||
}
|
||||
else
|
||||
FileTools.CreateFile(FileTools.SaveDir + "config.json");
|
||||
FileTools.CreateFile(FileTools.SaveDir + "config.json");
|
||||
ConfigFile cfg = new ConfigFile();
|
||||
cfg.InvasionMultiplier = 50;
|
||||
cfg.DefaultMaximumSpawns = 4;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ namespace TShockAPI
|
|||
|
||||
public static string saveDir = "./tshock/";
|
||||
|
||||
public static Version VersionNum = new Version(1, 8, 0, 2);
|
||||
public static Version VersionNum = new Version(1, 9, 0, 0);
|
||||
|
||||
public static string VersionCodename = "SPACEEE";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue