mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
Revert 43abfb72fe
This commit is contained in:
parent
b6448355a1
commit
dce85b0fe4
@ -644,8 +644,8 @@ public class GUI implements Listener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (List.containsKey(player)) {
|
if (List.containsKey(player)) {
|
||||||
if (List.get(player).size() > slot) {
|
if (List.get(player).size() >= slot) {
|
||||||
int id = List.get(player).get(slot - 1);
|
int id = List.get(player).get(slot);
|
||||||
boolean T = false;
|
boolean T = false;
|
||||||
if (data.contains("Items")) {
|
if (data.contains("Items")) {
|
||||||
for (String i : data.getConfigurationSection("Items").getKeys(false)) {
|
for (String i : data.getConfigurationSection("Items").getKeys(false)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user