Skip to content

Commit

Permalink
chore: update battle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxinglian committed Nov 3, 2023
1 parent c11afcc commit 8c8e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/script/BattleConfigInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ library BattleConfigInit {
BATTLE_CONFIG_KEY, //key
10, //maxAttackzDistance
15, //maxMoveDistance,
120, //maxTimeLimit,
20, //maxTimeLimit,
120, //maxUserLocationLockTime,
120, //maxBoxBindTime,
players
Expand Down

0 comments on commit 8c8e005

Please sign in to comment.