mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +01:00
Fixes #3063
This commit is contained in:
parent
21214814b7
commit
5a5d1f5e62
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user