Ver Fonte

[fixed] missing colon

hornguy6 há 3 anos atrás
pai
commit
e5ee4c85fc
1 ficheiros alterados com 1 adições e 1 exclusões
  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