Browse Source

[fixed] missing colon

hornguy6 3 years ago
parent
commit
e5ee4c85fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/pav_park.qsrc

+ 1 - 1
locations/pav_park.qsrc

@@ -217,7 +217,7 @@ if $ARGS[0] = 'start':
 		if hour >= 8 and hour <= 12:
 			act 'Work as Tour Guide (6:00)':gt 'tour_guide', 'tourstart'
 		end
-	elseif month >= 9 and month <= 5 and TourGuide = 1 and work = 1
+	elseif month >= 9 and month <= 5 and TourGuide = 1 and work = 1:
 		TourGuide = 0
 		work = 0
 	end