Browse Source

[fixed] Extra colon found by analyser

KevinSmarts 3 years ago
parent
commit
4998367136
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/journal.qsrc

+ 1 - 1
locations/journal.qsrc

@@ -127,7 +127,7 @@ if $ARGS[0] = 'records':
 	
 	$tab_text += '<br><center><a href="exec: gt ''journal'', ''locations''">Locations</a></center>'
 	$tab_text += '<br><center><a href="exec: gt ''journal'', ''friends_family''">Friends & Family</a></center>'
-	if SchoolAtestat = 0 and storyline = 1 and SchoolBlock = 0:: $tab_text += '<br><center><a href="exec: gt ''journal'', ''school''">School</a></center>'
+	if SchoolAtestat = 0 and storyline = 1 and SchoolBlock = 0: $tab_text += '<br><center><a href="exec: gt ''journal'', ''school''">School</a></center>'
 	$tab_text += '<br><center><a href="exec: gt ''journal'', ''clothing''">Clothing information</a></center>'
 	
 	$tab_text += '<center><h2>Relationships</h2></center>'