Skip to content

Commit

Permalink
Create custom-interfaces folder when starting client.
Browse files Browse the repository at this point in the history
  • Loading branch information
BranDougherty committed Oct 29, 2022
1 parent 30641b3 commit cda9223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Client.pas
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ procedure StartGame();
CreateDirIfMissing(UserDirectory + '/logs/kills');
CreateDirIfMissing(UserDirectory + '/maps');
CreateDirIfMissing(UserDirectory + '/mods');
CreateDirIfMissing(UserDirectory + '/custom-interfaces');

PHYSFS_CopyFileFromArchive('configs/bindings.cfg', UserDirectory + '/configs/bindings.cfg');
PHYSFS_CopyFileFromArchive('configs/client.cfg', UserDirectory + '/configs/client.cfg');
Expand Down

0 comments on commit cda9223

Please sign in to comment.