소스 검색

[fixed] missing colon

hornguy6 3 년 전
부모
커밋
e5ee4c85fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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