Merge pull request #142 from argonui/tour-double-start

Remove double start message for the intro tour
This commit is contained in:
Chr1Z 2023-01-01 11:57:26 +01:00 committed by GitHub
commit ec1e315994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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