Update 'mods/rangedweapons/init.lua'

This commit is contained in:
thunderdog1138 2020-11-17 18:01:02 +00:00
parent 945bea86bd
commit 582824a571
1 changed files with 248 additions and 248 deletions

View File

@ -22,7 +22,7 @@ end
if power_weapons == true then
dofile(modpath.."/generator.lua")
dofile(modpath.."/laser_blaster.lua")
dofile(modpath.."/e11.lua")
dofile(modpath.."/laser_rifle.lua")
dofile(modpath.."/laser_shotgun.lua")
end