mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Log who skipped the wave to the console (#4825)
This commit is contained in:
parent
5f83c92829
commit
4019c49fff
1 changed files with 1 additions and 0 deletions
|
|
@ -725,6 +725,7 @@ public class NetServer implements ApplicationListener{
|
|||
//no verification is done, so admins can hypothetically spam waves
|
||||
//not a real issue, because server owners may want to do just that
|
||||
logic.skipWave();
|
||||
info("&lc@ has skipped the wave.", player.name);
|
||||
}else if(action == AdminAction.ban){
|
||||
netServer.admins.banPlayerIP(other.con.address);
|
||||
netServer.admins.banPlayerID(other.con.uuid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue