Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Jan 2, 2024
1 parent 8d31764 commit 0b2c88e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/entities/gmod_wire_expression2/core/timer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ __e2setcost(15)

local simpletimer = 1

-- Create "anonymous" timer using address of arguments, which should be different for each function call.
-- Definitely hacky, but should work properly. I think this is better than just incrementing a number infinitely.
e2function void timer(number delay, function callback)
local fn, ent = callback:Unwrap("", self), self.entity

Expand Down

0 comments on commit 0b2c88e

Please sign in to comment.