fix pace.panic not closing extra windows

This commit is contained in:
Techbot121 2022-11-15 17:03:07 +01:00
parent 39c35868d8
commit ba366dda4c

View File

@ -203,6 +203,8 @@ function pace.Panic()
end
end
pace.SafeRemoveSpecialPanel()
for i, ent in ipairs(ents.GetAll()) do
if ent:IsValid() then
ent.pac_onuse_only = nil