mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Ranch forcefully sold message
This commit is contained in:
parent
b898983778
commit
168d534381
5 changed files with 33 additions and 13 deletions
|
@ -555,15 +555,7 @@ namespace HISP.Player
|
|||
|
||||
if(Ranch.IsRanchOwned(this.Id))
|
||||
{
|
||||
if (this.Subscribed)
|
||||
{
|
||||
OwnedRanch = Ranch.GetRanchOwnedBy(this.Id);
|
||||
}
|
||||
else // idk what it does here ...
|
||||
{
|
||||
OwnedRanch = null;
|
||||
Ranch.GetRanchOwnedBy(this.Id).OwnerId = -1;
|
||||
}
|
||||
OwnedRanch = Ranch.GetRanchOwnedBy(this.Id);
|
||||
}
|
||||
|
||||
Gender = Database.GetGender(UserId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue