fixed compile 2

This commit is contained in:
Fisual
2022-06-15 16:08:30 +07:00
parent 2d42fd80c8
commit 42d03b67ec
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ CON_COMMAND(_setgamedir, "Shutdown and restart the engine.")
{
if (args.ArgC() == 2)
{
SetGameDirectory(args[1]);
//SetGameDirectory(args[1]);
}
else
{