remove joke because itll stick to client like glue (even after leaving server)
This commit is contained in:
parent
ae6f66695a
commit
961e1ea8e8
@ -17,6 +17,7 @@ include( "rtv/cl_rtv.lua" )
|
||||
|
||||
if SERVER then return end
|
||||
|
||||
--[[
|
||||
local name = "Dragon Dildo"
|
||||
|
||||
language.Add( "trigger_hurt", name )
|
||||
@ -28,6 +29,7 @@ language.Add( "func_rotating", name )
|
||||
language.Add( "func_door", name )
|
||||
language.Add( "entityflame", name )
|
||||
language.Add( "prop_physics", name )
|
||||
]]--
|
||||
|
||||
function draw.AAText( text, font, x, y, color, align )
|
||||
|
||||
@ -544,4 +546,4 @@ GM:AddDeathrunFunc( "All_Connecting", function( tab )
|
||||
|
||||
connecting = tab
|
||||
|
||||
end )
|
||||
end )
|
||||
|
Loading…
Reference in New Issue
Block a user