Browse Source

Fixed the missing `$`

netuttki 2 years ago
parent
commit
1aa2f3e8eb
1 changed files with 1 additions and 1 deletions
  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'