Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
3322e884f8
Commit
b20a85ab2e
@ -134,7 +134,11 @@ public class ScriptCommand extends SWCommand {
|
||||
if (o != null) {
|
||||
BauSystem.MESSAGE.send("SCRIPT_GUI_COMMAND_CHAT", p, o.command());
|
||||
for (String s : o.description()) {
|
||||
BauSystem.MESSAGE.send(s, p);
|
||||
if (s.isEmpty()) {
|
||||
BauSystem.MESSAGE.send("PREFIX", p);
|
||||
} else {
|
||||
BauSystem.MESSAGE.send(s, p);
|
||||
}
|
||||
}
|
||||
p.closeInventory();
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren