shortened message
This commit is contained in:
parent
9113c32325
commit
6900b0ab8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user