mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Particle accelerator sleep() removal + outdated callback fix (#7790)
This commit is contained in:
@@ -99,5 +99,6 @@
|
||||
if(movement_range <= 0)
|
||||
qdel(src)
|
||||
else
|
||||
sleep(lag)
|
||||
move(lag)
|
||||
//sleep(lag) //ChompEDIT
|
||||
//move(lag) //ChompEDIT
|
||||
addtimer(CALLBACK(src, PROC_REF(move), lag), lag) //ChompEDIT
|
||||
Reference in New Issue
Block a user