Skip to content

Commit

Permalink
Fix for advanced duplicator support
Browse files Browse the repository at this point in the history
  • Loading branch information
stepa2 committed Mar 8, 2024
1 parent 927ccd8 commit 8951541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/entities/sammyservers_textscreen/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,6 @@ function ENT:Think()

self:NextThink(CurTime() + 5)
return true
end
end

duplicator.RegisterEntityClass("sammyservers_textscreen", duplicator.GenericDuplicatorFunction, "Data")

0 comments on commit 8951541

Please sign in to comment.