Some checks failed
Deploy to Production / test (push) Failing after 36s
- GameServer.ts: Calculate netProfit = grossPayout - betAmount and send as 'net' instead of sending gross payout labeled as net - BlackjackGame.tsx: Fix PnL calculations to use net profit correctly - Hand win/blackjack now shows net profit (payout minus bet) - Lose correctly shows negative bet amount - Round result banner displays roundNet (net profit) with appropriate colors - Remove dead code (myPnl variable that was calculated but never used) - Update color coding: green for profit, red for loss, blue for zero balance