Fixed: Issue #27

This commit is contained in:
Deyan Dobromirov 2019-06-27 16:08:34 +03:00 committed by GitHub
parent 0374c6edc7
commit 786ad55bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,7 +414,7 @@ elseif ( SERVER ) then
function TOOL:SendError( str )
net.Start( mode.."_error" )
net.WriteString( str )
net.WriteUInt( notify or NOTIFY_ERROR, MIN_NOTIFY_BITS )
net.WriteUInt( NOTIFY_ERROR, MIN_NOTIFY_BITS )
net.Send( self:GetOwner() )
end