diff options
Diffstat (limited to 'src/ft_sfx_heal.c')
-rw-r--r-- | src/ft_sfx_heal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_sfx_heal.c b/src/ft_sfx_heal.c index b95fc2c..2a8135e 100644 --- a/src/ft_sfx_heal.c +++ b/src/ft_sfx_heal.c @@ -27,8 +27,7 @@ void while (1) { pthread_mutex_lock(&sfx[5].mutex); - if (system(sfx[5].cmd)) - pthread_exit(NULL); + system(sfx[5].cmd); } return (NULL); } |