compressed emotes

This commit is contained in:
2026-04-25 20:05:25 +05:30
parent 72603bb06c
commit 1da7c052f8
650 changed files with 1977 additions and 4139 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ public class CupidLobby : MonoBehaviour
GameManager.MyTeam = myTeam;
// LevelLoadManager.instance.SetupMatchMade(myTeam, myPlayer.Name, opponentPlayer.Name, $"L10 {myPlayer.l10_wins}-{myPlayer.l10_losses}", $"L10 {opponentPlayer.l10_wins}-{opponentPlayer.l10_losses}");
LevelLoadManager.instance.SetupMatchMade(myTeam, opponentPlayer, myPlayer);
LevelLoadManager.instance.SetupMatchMade(myTeam, myPlayer, opponentPlayer);
GameManager.ConfigureDedicatedMatchReporting(matchmadeResponse.match_id);
Logger.Log("Setting cupid to load game scene");
Cupid.RoomPort = _room.Port;