Merge pull request #709 from diamante0018/develop
[Download]: Set fs_game dvar to modified
This commit is contained in:
commit
b7f5f17c1a
@ -327,6 +327,7 @@ namespace Components
|
||||
Scheduler::Once([]
|
||||
{
|
||||
Game::Dvar_SetString(*Game::fs_gameDirVar, mod.data());
|
||||
const_cast<Game::dvar_t*>((*Game::fs_gameDirVar))->modified = true;
|
||||
|
||||
mod.clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user