This commit is contained in:
NotMyFault 2021-06-01 21:54:00 +02:00
parent 21214814b7
commit 5a5d1f5e62
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -184,7 +184,7 @@ public class Rate extends SubCommand {
return true;
}
};
inventory.setItem(0, new PlotItemStack(Settings.Ratings.BLOCK_0, 0, "0/8"));
inventory.setItem(0, new PlotItemStack(Settings.Ratings.BLOCK_0, 1, "0/8"));
inventory.setItem(1, new PlotItemStack(Settings.Ratings.BLOCK_1, 1, "1/8"));
inventory.setItem(2, new PlotItemStack(Settings.Ratings.BLOCK_2, 2, "2/8"));
inventory.setItem(3, new PlotItemStack(Settings.Ratings.BLOCK_3, 3, "3/8"));