diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index c1e8acab..f98801f5 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -1030,7 +1030,8 @@ function contentDownloadCallback(request, params) if pos then spawnTable.position = pos else - broadcastToAll("Couldn't find an empty spot to spawn, will use default position of the item!", "Red") + broadcastToAll("Please make space in the area below the tentacle stand in the upper middle of the table and try again.", "Red") + return end end