Jump to content

Bug in FPSGun.lua in current Beta


Vaelek
 Share

Recommended Posts

The Release() function in FPSGun.lua has a breaking error

 

function Script:Release()
if self.emitter~=nil then
self.emitter[0]:Release()
self.emitter[1]:Release()
self.emitter=nil
end
ReleaseTableObjects(self.sound)
self.sound=nil
end

ReleaseTableObjects(self.sound)
end

 

The last 2 lines should not be there and cause '<eof>' expected near 'end'

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...