1
0
Bläddra i källkod

Fixed the missing `$`

netuttki 2 år sedan
förälder
incheckning
1aa2f3e8eb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      locations/shop.qsrc

+ 1 - 1
locations/shop.qsrc

@@ -639,7 +639,7 @@ if $shoplocation = 'megafon':
 						$line += '<td style="padding-left: 10px; padding-right: 10px;">Insufficient balance</td></tr>'
 					end
 				elseif subscription[$owned_property[i]] > 0:
-					line += '<tr><td align="center">You have an active internet subscription at <<$property[''display'']>> that will renew next month on day <<subscription[$owned_property[i]+''-date'']>> for <<price>> <b>₽</b></td></tr>'
+					$line += '<tr><td align="center">You have an active internet subscription at <<$property[''display'']>> that will renew next month on day <<subscription[$owned_property[i]+''-date'']>> for <<price>> <b>₽</b></td></tr>'
 				end
 			end
 			killvar '$property'