Commands script folder renamed to BaseCommands. Users creating custom commands are encouraged to create them in a "Commands" or "Custom Commands" folder.
This commit is contained in:
parent
11b2e73f35
commit
32210124e0
8 changed files with 11 additions and 12 deletions
|
@ -113,14 +113,15 @@ namespace MudEngine.Game
|
|||
this.Multiplayer = true;
|
||||
this.MinimumPasswordSize = 8;
|
||||
this.AutoSave = true;
|
||||
|
||||
//Setup our server.
|
||||
this.Server = new Server(this, port);
|
||||
|
||||
//Setup default save paths.
|
||||
this.SavePaths = new DataPaths();
|
||||
this.SavePaths.SetRelativePath("Data", DataTypes.Root);
|
||||
|
||||
//Setup our server.
|
||||
this.Server = new Server(this, port);
|
||||
|
||||
//Instance our World
|
||||
this.World = new World(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue