Browse Source

[fixed] Another blackmailer bugfix. Reported by Skylah

anjuna krokus 4 weeks ago
parent
commit
820f168521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/blackmailer.qsrc

+ 1 - 1
locations/blackmailer.qsrc

@@ -912,7 +912,7 @@ if $ARGS[0] = 'sms_repeat_switch4':
 		if $ARGS[1] = 'b':
 			!! penalty in the future when not using the proper speech
 		end
-		gs 'SMStext_builder', 'show_sms', ARGS[3]
+		gs 'SMStext_builder', 'show_sms', ARGS[2]
 	gs 'SMStext_builder', 'end'
 end