Skip to content

Commit

Permalink
- fixed: accidentally unconditional multiplayer spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Oct 25, 2020
1 parent e7e4365 commit b3e020c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gamedata/g_skill.cpp
Expand Up @@ -539,6 +539,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other)
RespawnLimit= other.RespawnLimit;
Aggressiveness= other.Aggressiveness;
SpawnFilter = other.SpawnFilter;
SpawnMulti = other.SpawnMulti;
ACSReturn = other.ACSReturn;
MenuName = other.MenuName;
PicName = other.PicName;
Expand Down

0 comments on commit b3e020c

Please sign in to comment.