Skip to content

Commit

Permalink
Fixes a server crash (#37262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dacendeth authored Oct 11, 2024
1 parent e8c301a commit e019a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/assembly/timer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
timing = 0
timer_end()
time = default_time
if(repeat)
if(repeat && time > 0)
spawn()
countdown()
updateUsrDialog()
Expand Down

0 comments on commit e019a42

Please sign in to comment.