added return

This commit is contained in:
Chr1Z93 2023-11-06 17:41:23 +01:00
parent b5e0560f48
commit 00372f9d2f

View File

@ -1030,7 +1030,8 @@ function contentDownloadCallback(request, params)
if pos then if pos then
spawnTable.position = pos spawnTable.position = pos
else 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
end end