fix broken browser when SPBA is disabled while SPBADone is set
This commit is contained in:
parent
e6aac8b7a1
commit
e03c9beecc
@ -1478,7 +1478,7 @@ local function think()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- disable spba hud
|
-- disable spba hud
|
||||||
if server.SPBAdone then
|
if server.SPBArunning and server.SPBAdone then
|
||||||
server.SPBArunning = false
|
server.SPBArunning = false
|
||||||
p.pflags = $ & !(PF_TIMEOVER)
|
p.pflags = $ & !(PF_TIMEOVER)
|
||||||
p.exiting = 100
|
p.exiting = 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user