From fb4bbe8ab41558bd8eb2c53748b4b78021b6819f Mon Sep 17 00:00:00 2001 From: Buhallin Date: Sun, 1 Jan 2023 01:52:02 -0800 Subject: [PATCH] Remove double start message for the intro tour --- src/core/tour/TourStarter.ttslua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/tour/TourStarter.ttslua b/src/core/tour/TourStarter.ttslua index 62bd64e7..cc8a9ee7 100644 --- a/src/core/tour/TourStarter.ttslua +++ b/src/core/tour/TourStarter.ttslua @@ -26,7 +26,6 @@ function onLoad() end function startTour(_, playerColor, _) - broadcastToColor("Starting the tour, please wait", playerColor) tourManager.startTour(playerColor) end