1
This commit is contained in:
parent
2447a1c50d
commit
3e46f18281
@ -1078,11 +1078,13 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
|
|||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (GetNetData()->GetBattleTimes() < 10) {
|
if (GetNetData()->GetBattleTimes() < 10) {
|
||||||
msg.set_star_num(10);
|
msg.set_star_num(10);
|
||||||
} else {
|
} else {
|
||||||
msg.set_star_num(mt::Param::GetStarNum(stats->rank));
|
msg.set_star_num(mt::Param::GetStarNum(stats->rank));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (room->GetCustomBattle()) {
|
if (room->GetCustomBattle()) {
|
||||||
msg.mutable_settlement_new()->set_custom_battle(1);
|
msg.mutable_settlement_new()->set_custom_battle(1);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user