Fixed problem with new base wire entity directory.

This commit is contained in:
tbzipper 2013-08-05 23:00:39 +00:00
parent 78f0cf26d4
commit ab112361c9

View File

@ -12,7 +12,7 @@
AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )
if(WireLib)then
include('entities/base_wire_entity/init.lua')
include('entities/base_wire_entity.lua')
end
include('shared.lua')