This commit is contained in:
Federico Cecchetto 2021-03-21 22:02:21 +01:00
parent 9dfdd67767
commit 18f3bd707a

View File

@ -69,7 +69,7 @@ namespace logfile
const auto _weapon = get_weapon_name(weapon, isAlternate);
for (const auto& callback : player_damage_callbacks)
for (const auto& callback : player_killed_callbacks)
{
const auto state = callback.lua_state();