Skip to content

Commit 942c5c0

Browse files
Cleanup import cast
1 parent e8d5a98 commit 942c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net/Alt.Import.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private static MValue ImportCall(MValue mValue, object[] args)
125125
{
126126
//var mValueArgs = MValue.CreateFromObject(args);
127127
var result = MValue.Nil;
128-
var length = (ulong) args.Length;
128+
var length = args.Length;
129129
var mValueArgs = new MValue[length];
130130
for (uint i = 0; i < length; i++)
131131
{

0 commit comments

Comments
 (0)