Program.cs,
Code:
IniFile I = new IniFile(@"C:\Users\Administrator\Documents\Stuffs\Co 'n Stuff\Patch 5165 source\bin\Release\OldCODB\Config.ini");
is where it loads the ini file.
Code:
NewestCOServer.Main.AuthWorker.StartServer(I.ReadString("Database", "GameServerIP"));
Is where it gets the IP.