Browse Source

[fixed] temp_clo_suffix array wasn't properly killvarred. Resulting in remaining text after getting naked. Reported by Dibutello

anjuna krokus 2 weeks ago
parent
commit
651a6d9736
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/stat_display.qsrc

+ 2 - 0
locations/stat_display.qsrc

@@ -933,6 +933,8 @@ if arrsize('$temp_clo_suffix') > 0:
 
 	killvar 'temp_sd_comma_flag'
 	killvar 'temp_sd_exhib_flag'
+
+	killvar '$temp_clo_suffix'
 end