forfeiture, abandoning, entry_fee_collection at start

This commit is contained in:
2026-08-14 11:13:01 +05:30
parent 9970488938
commit 74d9fae6e6
54 changed files with 6214 additions and 2576 deletions
+1
View File
@@ -56,6 +56,7 @@ public class ServerAutoClose : MonoBehaviour
Logger.Log("All players left, exiting");
else
Logger.Log("No players joined, exiting");
// ReportDedicatedMatchRoomClosed settles /winner first when escrow is open.
GameManager.ReportDedicatedMatchRoomClosed();
Application.Quit();
}