Skip to content

Commit

Permalink
Invader FF setting ZT enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdgmr committed Oct 8, 2023
1 parent aafb5b0 commit 83d5813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/DiabloUI/multi/selgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ bool IsGameCompatible(const GameData &data)
return (data.versionMajor == PROJECT_VERSION_MAJOR
&& data.versionMinor == PROJECT_VERSION_MINOR
&& data.versionPatch == PROJECT_VERSION_PATCH
&& data.programid == GAME_ID);
&& data.programid == GAME_ID
&& data.bFriendlyFire == *sgOptions.Gameplay.friendlyFire);
return false;
}

Expand Down

0 comments on commit 83d5813

Please sign in to comment.