mirror of
https://github.com/AllenSeitz/dance-maniax-update.git
synced 2026-08-28 04:44:05 -05:00
Fixed "PLAYER" folder bug.
Fixed a bug where the install process would create a folder named "PLAYER" but then look for a folder named "PLAYERS" instead.
This commit is contained in:
@@ -283,7 +283,7 @@ int main()
|
||||
system("mkdir backup");
|
||||
system("mkdir conf");
|
||||
system("mkdir update");
|
||||
system("mkdir PLAYER");
|
||||
system("mkdir PLAYERS");
|
||||
system("mkdir DATA");
|
||||
rm.Initialize(true); // flag to skip loading fonts while the initial install is happening
|
||||
checkForUpdates();
|
||||
|
||||
Reference in New Issue
Block a user