Prechádzať zdrojové kódy

[fixed] more missing colons

hornguy6 1 rok pred
rodič
commit
9b5e5d72b2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      locations/booty_call_reactions.qsrc

+ 1 - 1
locations/booty_call_reactions.qsrc

@@ -1286,7 +1286,7 @@ if $ARGS[0] = 'cum_together_kiss':
 end
 
 if $ARGS[0] = 'pullout_react_menu':
-	if $booty_call['cum_choice'] = 'pullout'
+	if $booty_call['cum_choice'] = 'pullout':
 		gs'booty_call_reactions', 'pullout_thanks'
 		gs'booty_call_reactions', 'pullout_close'
 	end