Fix variables of sell messages

This commit is contained in:
Thijs Wiefferink 2015-12-26 20:08:01 +01:00
parent 367466735e
commit 8e5baa47af

View File

@ -508,9 +508,9 @@ public class BuyRegion extends GeneralRegion {
} }
if(own) { if(own) {
plugin.message(executor, "sell-soldYours"); message(executor, "sell-soldYours");
} else { } else {
plugin.message(executor, "sell-sold"); message(executor, "sell-sold");
} }
// Remove friends and the owner // Remove friends and the owner