VoxeLibre/mods/ENTITIES/mcl_burning
kabou 9eba0e4860 Remove unused code.
* Remove unused code that was commented out.  The code tried to find
  fire luaentities in the same spot as the newly created fire luaentity.
  It may have been intended to optimize getting set on fire multiple
  times, but it makes no sense as it does not discriminate between fire
  luaentities attached to the object set on fire and those attached to
  other objects.  The function that this code was in also has a better
  way to prevent adding multiple fire luaentities in the first place.
2022-03-18 11:39:11 +01:00
..
api.lua Remove unused code. 2022-03-18 11:39:11 +01:00
init.lua Preempt possible crash on nil in on_joinplayer. 2022-03-18 11:36:33 +01:00
mod.conf mcl_burning fully working 2021-01-01 19:25:47 +01:00