Skip to content

Commit

Permalink
Grammah
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Jul 11, 2013
1 parent bc7e6a9 commit e967d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/e2lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e967d1a

Please sign in to comment.