epi: Fix door lock issue on first map

This commit is contained in:
Jackzie 2021-05-23 12:51:30 -05:00
parent 0eb0901fb5
commit e675f1b183
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -206,6 +206,8 @@ public Action Event_PlayerFirstSpawn(Event event, const char[] name, bool dontBr
PopulateItems(); PopulateItems();
CreateTimer(1.0, Timer_GiveKits); CreateTimer(1.0, Timer_GiveKits);
} }
if(firstSaferoomDoorEntity > 0)
UnlockDoor(firstSaferoomDoorEntity, 2);
} }
} else { } else {
RequestFrame(Frame_GiveNewClientKit, client); RequestFrame(Frame_GiveNewClientKit, client);