qa report v2
This commit is contained in:
@@ -56,7 +56,7 @@ public class GameOverCanvas : MonoBehaviour
|
||||
public Button btnBetLimitAdjustCancel;
|
||||
|
||||
const string PersonalBetLimitPrefsKey = "WalkInvest.PersonalBetLimit";
|
||||
const int BetLimitMin = 2;
|
||||
const int BetLimitMin = 8;
|
||||
const int BetLimitMax = 500;
|
||||
const int BetLimitUnlimited = 500;
|
||||
|
||||
@@ -455,7 +455,7 @@ public class GameOverCanvas : MonoBehaviour
|
||||
|
||||
yield return new WaitForSeconds(scaleTime * 0.5f);
|
||||
|
||||
//Rewards — participation CC only if this client stayed connected through match end
|
||||
// Rewards — +CC only if this client was actually awarded it (connected non-forfeit, or forfeit winner)
|
||||
float ccReward = GameTutorialManager.tutorialModeEnabled || !GameManager.LocalPlayerEarnedParticipationCc
|
||||
? 0f
|
||||
: GameManager.ParticipationCcAmount;
|
||||
|
||||
Reference in New Issue
Block a user