diff options
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index 429cfb508..21fe6dab5 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11564,11 +11564,11 @@ void run_script_main(struct script_state *st) intif_saveregistry(sd,2); if (sd->state.reg_dirty&1) intif_saveregistry(sd,1); - }/* else { + } else { script_free_stack (st->stack); aFree(st); } - }else{ + /*}else{ if(st->sleep.tick > 0) { //Delay execution TBL_PC *sd = (TBL_PC *)map_id2bl(st->rid); |