mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 21:43:22 +00:00
epi: Fix door lock issue on first map
This commit is contained in:
parent
0eb0901fb5
commit
e675f1b183
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -206,6 +206,8 @@ public Action Event_PlayerFirstSpawn(Event event, const char[] name, bool dontBr
|
|||
PopulateItems();
|
||||
CreateTimer(1.0, Timer_GiveKits);
|
||||
}
|
||||
if(firstSaferoomDoorEntity > 0)
|
||||
UnlockDoor(firstSaferoomDoorEntity, 2);
|
||||
}
|
||||
} else {
|
||||
RequestFrame(Frame_GiveNewClientKit, client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue