SERVER: Fix entity relinking with GameRestart_TurnPerkOff

This commit is contained in:
cypress 2023-12-23 12:15:00 -05:00
parent 36fe639248
commit 96b08dcaba
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ void(string perk_classname) GameRestart_TurnPerkOff =
while(tempe != world) {
setmodel(tempe, tempe.door_model_name);
setorigin(tempe, tempe.oldorigin);
setsize(tempe, VEC_HULL2_MIN, VEC_HULL2_MAX);
Light_None(tempe);