1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-14 18:10:05 +00:00

Fix indentation of previous commits (tabs -> spaces)

This commit is contained in:
CrazedProgrammer 2017-07-15 13:01:08 +02:00
parent af0549946b
commit 1850dcdf38

View File

@ -1,8 +1,8 @@
function slowWrite( sText, nRate )
if nRate ~= nil and type( nRate ) ~= "number" then
error( "bad argument #2 (expected number, got " .. type( nRate ) .. ")", 2 )
end
if nRate ~= nil and type( nRate ) ~= "number" then
error( "bad argument #2 (expected number, got " .. type( nRate ) .. ")", 2 )
end
nRate = nRate or 20
if nRate < 0 then
error( "Rate must be positive", 2 )