updated message

This commit is contained in:
Chr1Z93 2024-09-18 21:19:30 +02:00
parent 822ba9fb42
commit 4995df9855

View File

@ -314,7 +314,7 @@ function loadCamera(player, camera)
-- if mat is removed, end here
local mat = guidReferenceApi.getObjectByOwnerAndType(matColor, "Playermat")
if mat == nil then
printToColor("This playermat seems to be removed.", player.color)
printToColor("Couldn't find this playermat.", player.color)
return
end