deathsythe47 / base_entranced

base_entranced : Siege server mod for Jedi Knight: Jedi Academy
GNU General Public License v2.0
8 stars 1 forks source link

Attacking the stations on Cargo 3rd obj crashes server #41

Closed deathsythe47 closed 8 years ago

deathsythe47 commented 8 years ago

No crash logs created

deathsythe47 commented 8 years ago

Fixed in 59eeb10be7d3a913d2860d4d77d2c2ad8d38520b

Oink set the wait time (interval between successive firings of paintarget) to 5 -- problem is, the unit is milliseconds, not seconds. Fixed this by overriding func_breakables on siege_cargobarge to use wait of 5000

This only affected builds compiled with debug setting, due to different code being used.