Fixed campaign server not beeing able to read server.cfg

This commit is contained in:
Pauli Nieminen 2008-08-28 16:11:13 +00:00
parent 485e0e16f4
commit be8ef3179c

View file

@ -674,6 +674,7 @@ namespace {
int main(int argc, char**argv)
{
game_config::path = get_cwd();
lg::timestamps(true);
try {
printf("argc %d argv[0] %s 1 %s\n",argc,argv[0],argv[1]);