Fixed inventory under 80% message.
This commit is contained in:
parent
29de4fb347
commit
c375779a43
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user