Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 46a84d0

Browse files
authored
Merge pull request #4 from Xogy/patch-2
Added a function into requestModel
2 parents 46ebdf1 + 6a83647 commit 46a84d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/model/model.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function requestModel(modelName,cb)
2-
if modelName ~= 'string' then
2+
if type(modelName) ~= 'string' then
33
cb(false)
44
return
55
end

0 commit comments

Comments
 (0)