forked from TeamUlysses/ulx
Closes TeamUlysses/ulib#7
This commit is contained in:
parent
a5565b3d6e
commit
43f88a1e67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user