mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
SERVER: Fix entity relinking with GameRestart_TurnPerkOff
This commit is contained in:
parent
36fe639248
commit
96b08dcaba
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ void(string perk_classname) GameRestart_TurnPerkOff =
|
||||||
while(tempe != world) {
|
while(tempe != world) {
|
||||||
setmodel(tempe, tempe.door_model_name);
|
setmodel(tempe, tempe.door_model_name);
|
||||||
setorigin(tempe, tempe.oldorigin);
|
setorigin(tempe, tempe.oldorigin);
|
||||||
|
setsize(tempe, VEC_HULL2_MIN, VEC_HULL2_MAX);
|
||||||
|
|
||||||
Light_None(tempe);
|
Light_None(tempe);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue