This commit is contained in:
Nayruden 2016-01-01 10:09:38 -05:00
parent a5565b3d6e
commit 43f88a1e67
2 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,9 @@ local function advertiseNewVersions( ply )
table.insert( updatesFor, name )
end
end
ULib.tsay( ply, "Updates available for " .. string.Implode( ", ", updatesFor ) )
if #updatesFor > 0 then
ULib.tsay( ply, "[ULX] Updates available for " .. string.Implode( ", ", updatesFor ) )
end
ply.ULX_UpdatesAdvertised = true
end
end

View File

@ -1 +1 @@
1449935533
1451660978