Skip to content

Commit c3f2480

Browse files
committed
Update import.lua
1 parent 86df48f commit c3f2480

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
@@ -2,7 +2,7 @@
22
-- General Stuff
33
----------------------------------------------------------------
44
if not _VERSION:find('5.4') then
5-
error("Enable Lua 5.4 in the fxmanifest.lua! (shared_script '@msk_core/import.lua')", 2)
5+
error("Enable Lua 5.4 in the fxmanifest.lua! (lua54 'yes')", 2)
66
end
77

88
local resourceName = GetCurrentResourceName()

0 commit comments

Comments
 (0)