Skip to content

Commit

Permalink
Fixed hairpin option not working properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom0s committed Feb 10, 2014
1 parent e39b20a commit 0cf4314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiloader/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ DWORD ApplyHairpinFixThread(LPVOID lpParam)
} while (GetModuleHandleA("FFXiMain.dll") == NULL);

/* Convert server address.. */
g_NewServerAddress = atoi(g_ServerAddress.c_str());
xiloader::network::ResolveHostname(g_ServerAddress.c_str(), &g_NewServerAddress);

// Locate the main hairpin location..
//
Expand Down

0 comments on commit 0cf4314

Please sign in to comment.