Admin player team switch + more trace info

This commit is contained in:
Anuken
2023-06-11 23:18:04 -04:00
parent 0ec59691bf
commit 4b0824a20c
10 changed files with 180 additions and 68 deletions

View File

@@ -228,7 +228,7 @@ public class HudFragment{
//table with button to skip wave
s.button(Icon.play, rightStyle, 30f, () -> {
if(net.client() && player.admin){
Call.adminRequest(player, AdminAction.wave);
Call.adminRequest(player, AdminAction.wave, null);
}else{
logic.skipWave();
}