mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-01 18:17:55 +00:00
Remove second fix
This commit is contained in:
@@ -246,9 +246,6 @@ function create( parent, nX, nY, nWidth, nHeight, bStartVisible )
|
|||||||
if type( x ) ~= "number" or type( y ) ~= "number" then
|
if type( x ) ~= "number" or type( y ) ~= "number" then
|
||||||
error( "Expected number, number", 2 )
|
error( "Expected number, number", 2 )
|
||||||
end
|
end
|
||||||
if x < 1 or y < 1 then
|
|
||||||
error( "Position out of range", 2 )
|
|
||||||
end
|
|
||||||
nCursorX = math.floor( x )
|
nCursorX = math.floor( x )
|
||||||
nCursorY = math.floor( y )
|
nCursorY = math.floor( y )
|
||||||
if bVisible then
|
if bVisible then
|
||||||
|
Reference in New Issue
Block a user