Skip to content

Commit 2bb567f

Browse files
committed
Minor update Spawner.Hook.cpp
1 parent 0dfa783 commit 2bb567f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spawner/Spawner.Hook.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ DEFINE_HOOK(0x6BD7C5, WinMain_SpawnerInit, 0x6)
6262
}
6363

6464
// Set ConnTimeout
65-
Patch::Apply_TYPED<int>(0x6843C7, { Spawner::GetConfig()->ConnTimeout }); // Scenario_Load_Wait
65+
Patch::Apply_TYPED<int>(0x6843C7, { Spawner::GetConfig()->ConnTimeout }); // Scenario_Load_Wait
6666

6767
// Show GameMode in DiplomacyDialog in Skirmish
6868
Patch::Apply_LJMP(0x658117, 0x658126); // RadarClass_DiplomacyDialog

0 commit comments

Comments
 (0)