mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
Grammah
This commit is contained in:
parent
bc7e6a9f47
commit
e967d1afdd
@ -470,7 +470,7 @@ do
|
||||
|
||||
function E2Lib.RegisterExtension(name, default)
|
||||
local status = extensions.GetStatus(name, default)
|
||||
if not status then Error("Skipping disabled E2 extension '"..name.."', to enable run 'wire_expression2_extension_enable "..name.."'\n") end
|
||||
if not status then Error("Skipping disabled E2 extension '"..name.."'. To enable, run 'wire_expression2_extension_enable "..name.."'\n") end
|
||||
end
|
||||
|
||||
concommand.Add("wire_expression2_extension_enable", function(ply, cmd, args)
|
||||
|
Loading…
Reference in New Issue
Block a user