mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
Console help better
This commit is contained in:
@@ -461,6 +461,15 @@ public class VolmitSender implements CommandSender {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void sendDecreeHelp(VirtualDecreeCommand v, int page) {
|
public void sendDecreeHelp(VirtualDecreeCommand v, int page) {
|
||||||
|
if(!isPlayer())
|
||||||
|
{
|
||||||
|
for (VirtualDecreeCommand i : v.getNodes()) {
|
||||||
|
sendDecreeHelpNode(i);
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int m = v.getNodes().size();
|
int m = v.getNodes().size();
|
||||||
|
|
||||||
sendMessageRaw("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
sendMessageRaw("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user