Skip to content

Commit d4d7233

Browse files
committed
Update import.lua
1 parent b929451 commit d4d7233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local msk_core = 'msk_core'
1111
if resourceName == msk_core then return end
1212

1313
if MSK and MSK.name == msk_core then
14-
error(("Duplicate entires for '@%s/fxmanifest.lua' detected! Please remove all duplicate entires in '%s/fxmanifest.lua'"):format(msk_core, resourceName))
14+
error(("Duplicate entires for '@%s/import.lua' detected! Please remove all duplicate entires in '%s/fxmanifest.lua'"):format(msk_core, resourceName))
1515
end
1616

1717
if GetResourceState(msk_core) ~= 'started' then

0 commit comments

Comments
 (0)