mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 19:30:51 -07:00
a
This commit is contained in:
parent
8ae70f5f9a
commit
9f070323c2
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ public class NetServer implements ApplicationListener{
|
|||
Groups.player.each(Player::admin, a -> a.sendMessage(raw, player, args[0]));
|
||||
});
|
||||
|
||||
//duration of a a kick in seconds
|
||||
//duration of a kick in seconds
|
||||
int kickDuration = 60 * 60;
|
||||
//voting round duration in seconds
|
||||
float voteDuration = 0.5f * 60;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue