shaygman / MCC_sandbox_modDev

9 stars 14 forks source link

Mirror under the door only works if you don't have a mirror #53

Closed shaygman closed 6 years ago

shaygman commented 6 years ago

MCC_fnc_interactDoor line 61 change if (({_x in items player} count MCC_MIROR)==0)

to

if (({_x in items player} count MCC_MIROR)>0)

shaygman commented 6 years ago

Fixed