13.04.2016, 02:15
(
Последний раз редактировалось Su37Erich; 13.04.2016 в 23:53.
)
Thanks.
I think that this is a bug:
It prints something like this:
ban ban
givescore givescore
It prints two times the name of each command
And a question, how does this work?
I thought it was going to show three times the word "something", but the word is only showed once.
(The code is inside a command, variable timer is an instance variable)
I think that this is a bug:
Код:
System.out.println(commandEntry.getCommand());
ban ban
givescore givescore
It prints two times the name of each command
And a question, how does this work?
Код:
timer = Timer.create(2000, 3, interval ->{ Server.get().gameTextToAll(1300, 3, "Something"); }
(The code is inside a command, variable timer is an instance variable)