Skip to content

Commit 75fa055

Browse files
author
Mercury, 80Hg
authored
Remove coroutine.wait from cnextbot's RunBehaviour (#1957)
1 parent a350162 commit 75fa055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/entities/starfall_cnextbot.lua

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function ENT:RunBehaviour()
107107
ent_tbl.approachPos = nil
108108
ent_tbl.ReachCallbacks:run(ent_tbl.instance)
109109
end
110-
coroutine.wait( 1 )
111110
coroutine.yield()
112111
end
113112
end

0 commit comments

Comments
 (0)