mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-16 23:35:13 +01:00
Fix variables of sell messages
This commit is contained in:
parent
367466735e
commit
8e5baa47af
@ -508,9 +508,9 @@ public class BuyRegion extends GeneralRegion {
|
||||
}
|
||||
|
||||
if(own) {
|
||||
plugin.message(executor, "sell-soldYours");
|
||||
message(executor, "sell-soldYours");
|
||||
} else {
|
||||
plugin.message(executor, "sell-sold");
|
||||
message(executor, "sell-sold");
|
||||
}
|
||||
|
||||
// Remove friends and the owner
|
||||
|
Loading…
Reference in New Issue
Block a user