Remove double start message for the intro tour

This commit is contained in:
Buhallin 2023-01-01 01:52:02 -08:00
parent 195580c9f0
commit fb4bbe8ab4
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -26,7 +26,6 @@ function onLoad()
end
function startTour(_, playerColor, _)
broadcastToColor("Starting the tour, please wait", playerColor)
tourManager.startTour(playerColor)
end