generated from AriasCreations/vsmodtemplate
parent
bd12021575
commit
ac8ac62d27
4 changed files with 16 additions and 15 deletions
|
@ -97,10 +97,11 @@ namespace AriasServerUtils
|
|||
public PlayerPosition Location { get; set; }
|
||||
public bool CanHaveMount = false;
|
||||
|
||||
public static Home MakeHome(Entity player, string homeName)
|
||||
public static Home MakeHome(Entity player, string homeName, bool withMount = false)
|
||||
{
|
||||
Home home = new Home();
|
||||
home.Location = PlayerPosition.from(player);
|
||||
home.CanHaveMount = withMount;
|
||||
|
||||
return home;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue