a
This commit is contained in:
@@ -310,7 +310,7 @@ public class NetServer implements ApplicationListener{
|
|||||||
Groups.player.each(Player::admin, a -> a.sendMessage(raw, player, args[0]));
|
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;
|
int kickDuration = 60 * 60;
|
||||||
//voting round duration in seconds
|
//voting round duration in seconds
|
||||||
float voteDuration = 0.5f * 60;
|
float voteDuration = 0.5f * 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user