Skip to content

Commit

Permalink
chore: use the same warp on all clients
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 8, 2024
1 parent 9450fed commit d615653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ai/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ const args = [
"-merge",
"dm_iog.wad",
"iog_assets.wad",
"-warp",
"30",
"-nodraw",
"-nomouse",
"-nograbmouse",
Expand Down
2 changes: 2 additions & 0 deletions referee/referee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ const args = [
"-merge",
"dm_iog.wad",
"iog_assets.wad",
"-warp",
"30",
expectedBots > 0 ? "-ai" : "-drone",
"-nodes",
(expectedHumans + expectedBots).toString(),
Expand Down

0 comments on commit d615653

Please sign in to comment.