Fix: Checkstyle

This commit is contained in:
Julian Kropff
2026-04-26 21:26:45 +02:00
parent 1107542c54
commit 6a06369d94
@@ -433,15 +433,15 @@ public class TaskbarController {
return; return;
} }
if (isFirstPreflopPlayer(state, me)) { if (isFirstPreflopPlayer(state, me)) {
setActionEnabled(betButton, true); setActionEnabled(betButton, true);
setActionEnabled(callButton, false); setActionEnabled(callButton, false);
setActionEnabled(foldButton, false); setActionEnabled(foldButton, false);
setActionEnabled(raiseButton, false); setActionEnabled(raiseButton, false);
activateInputField(taskbarInput); activateInputField(taskbarInput);
inputActionAllowed = true; inputActionAllowed = true;
return; return;
} }
if (isFirstPlayerOfPhase(state, me)) { if (isFirstPlayerOfPhase(state, me)) {
setActionEnabled(betButton, true); setActionEnabled(betButton, true);