Fixed campaign server not beeing able to read server.cfg
This commit is contained in:
parent
485e0e16f4
commit
be8ef3179c
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue