mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
increase GameStart max tries to 1200(1min)
This commit is contained in:
parent
5ad3ec123d
commit
f375b8fe5b
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ namespace Dalamud.Injector
|
|||
try
|
||||
{
|
||||
var tries = 0;
|
||||
const int maxTries = 420;
|
||||
const int maxTries = 1200;
|
||||
const int timeout = 50;
|
||||
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue