Use surface.playsound instead
This commit is contained in:
parent
0cd224b2f2
commit
f20a1944d0
@ -340,7 +340,7 @@ local function populateBodyServerDown( body )
|
||||
if apiState == CFCCrashAPI.SERVER_UP and not self.backUp then
|
||||
self:setTextAndAlign( "It was down for" )
|
||||
self.backUp = true
|
||||
LocalPlayer():EmitSound( "garrysmod/save_load1.wav" )
|
||||
surface.PlaySound( "garrysmod/save_load1.wav" )
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user