Skip to content

Commit

Permalink
Give holograms their create function back
Browse files Browse the repository at this point in the history
  • Loading branch information
awilliamson committed Mar 3, 2014
1 parent 8f822d6 commit 391fb80
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lua/starfall/libs_sh/holograms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ if SERVER then
holoent:Remove()
end
end
end

if SERVER then

--- Updates/Checks burst constraints
-- @class function
Expand Down Expand Up @@ -281,9 +278,9 @@ if SERVER then
return holo
-- TODO: Need to fire a umsg here to assign clientside ownership(?)
end
end
end

holograms_library_metamethods.__call = createHolo
holograms_library.create = createHolo

--- Checks if a user can spawn anymore holograms.
-- @server
Expand Down

0 comments on commit 391fb80

Please sign in to comment.