mirror of
https://github.com/Mista-Tea/improved-stacker.git
synced 2025-03-04 03:12:57 -05:00
Fixed: Issue #27
This commit is contained in:
parent
0374c6edc7
commit
786ad55bed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user