Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
73 stars 79 forks source link

Fixed CloseLinkedDoors not working. #716

Open LambdaHidden opened 1 year ago

LambdaHidden commented 1 year ago

Old function tried to use a wrong variable to find the door and close it. I replaced "v" with "self:DoorIndexToEnt(k)", fixing the issue.