This commit is contained in:
wrefgtzweve 2021-07-08 20:31:47 +02:00 committed by Brandon Sturgeon
parent 77992a50dd
commit 0cd224b2f2

View File

@ -340,6 +340,7 @@ local function populateBodyServerDown( body )
if apiState == CFCCrashAPI.SERVER_UP and not self.backUp then if apiState == CFCCrashAPI.SERVER_UP and not self.backUp then
self:setTextAndAlign( "It was down for" ) self:setTextAndAlign( "It was down for" )
self.backUp = true self.backUp = true
LocalPlayer():EmitSound( "garrysmod/save_load1.wav" )
end end
end end