shortened message

This commit is contained in:
Chr1Z93 2023-01-27 20:15:09 +01:00
parent 9113c32325
commit 6900b0ab8b

View File

@ -90,7 +90,7 @@ function AddOrSendMessage(addition, name)
if tonumber(addition) ~= nil then
return tonumber(addition)
elseif not tableContains(messageSent, name) then
printToAll("Info: No victory points counted for '" .. name .. "'.", "White")
printToAll("No VP counted for '" .. name .. "'.", "White")
table.insert(messageSent, name)
end
return 0