mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-11 15:56:21 +02:00
clean up, bugfix
This commit is contained in:
@@ -53,7 +53,7 @@ public class CommandDisplay extends WindowTable {
|
||||
}).minWidth(400f).left();
|
||||
cmdtable.button(Icon.play, ()->{
|
||||
final String[] params = {""};
|
||||
fields.forEach(f-> params[0] +=" "+f.getText());
|
||||
fields.each(f-> params[0] +=" "+f.getText());
|
||||
Vars.netServer.clientCommands.handleMessage(Vars.netServer.clientCommands.getPrefix()+cmd.text+params[0], Vars.player);
|
||||
});
|
||||
}).row();
|
||||
|
||||
Reference in New Issue
Block a user