mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
check for media player entity before wrapping media player panel (#49)
* check for media player entity before wrapping media player panel * remove unused param
This commit is contained in:
parent
a57a7515dc
commit
44806c6b33
@ -95,4 +95,7 @@ end
|
||||
|
||||
wrapHTMLPanel( "DHTML" )
|
||||
wrapHTMLPanel( "DPanel" )
|
||||
wrapHTMLPanel( "DMediaPlayerHTML" )
|
||||
|
||||
if file.Exists( "entities/mediaplayer_tv", "LUA" ) then
|
||||
wrapHTMLPanel( "DMediaPlayerHTML" )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user