ARC-9/lua
Melow 1dead3a3e0 fix(hooks): correct logic causing incorrect behavior in return value
Fixed an issue where returning the 'false' value resulted in no output due to the 'or' operator always selecting the second argument. This was due to the way the 'or' operator works, where it prioritizes the first truthy value. The fix ensures the correct value is returned in cases where the 'false' value should be considered.
2025-02-28 00:11:09 +02:00
..
arc9 2x better tpik perf it was running twice a frame for no reason 2025-02-26 17:44:03 +07:00
autorun
effects localing processedvalue in shoot 2025-02-01 00:47:27 +07:00
entities minor fixes of weird bugs 2025-01-30 23:54:19 +07:00
weapons fix(hooks): correct logic causing incorrect behavior in return value 2025-02-28 00:11:09 +02:00