80O / PlusEMU

37 stars 28 forks source link

issue : Trading doesn't work on Nitro #132 #192

Closed Poumpilop closed 6 months ago

Poumpilop commented 6 months ago

The variable that I deleted did not refer to any other functionality, I don't know why it was added, so by default the value was false and refused any possible trade.

132

80O commented 6 months ago

I think it would be best to change the default value to true by changing to public bool AllowTradingRequests { get; set; } = true;

It would be great to further implement this feature, perhaps lock it behind permissions and / or use it as part of the habbo way.

Poumpilop commented 6 months ago

done