mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-16 02:50:22 +00:00
Fix indentation of previous commits (tabs -> spaces)
This commit is contained in:
parent
af0549946b
commit
1850dcdf38
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
function slowWrite( sText, nRate )
|
function slowWrite( sText, nRate )
|
||||||
if nRate ~= nil and type( nRate ) ~= "number" then
|
if nRate ~= nil and type( nRate ) ~= "number" then
|
||||||
error( "bad argument #2 (expected number, got " .. type( nRate ) .. ")", 2 )
|
error( "bad argument #2 (expected number, got " .. type( nRate ) .. ")", 2 )
|
||||||
end
|
end
|
||||||
nRate = nRate or 20
|
nRate = nRate or 20
|
||||||
if nRate < 0 then
|
if nRate < 0 then
|
||||||
error( "Rate must be positive", 2 )
|
error( "Rate must be positive", 2 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user