1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-04 10:38:12 +00:00

Remove second fix

This commit is contained in:
Wilma456 2017-06-03 16:30:35 +02:00 committed by GitHub
parent d6e4323f17
commit fd842be37f

View File

@ -246,9 +246,6 @@ function create( parent, nX, nY, nWidth, nHeight, bStartVisible )
if type( x ) ~= "number" or type( y ) ~= "number" then
error( "Expected number, number", 2 )
end
if x < 1 or y < 1 then
error( "Position out of range", 2 )
end
nCursorX = math.floor( x )
nCursorY = math.floor( y )
if bVisible then