mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix
This commit is contained in:
parent
9dfdd67767
commit
18f3bd707a
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user