diff --git a/src/client/game/scripting/function_tables.cpp b/src/client/game/scripting/function_tables.cpp index 81360c2d..3eeb275e 100644 --- a/src/client/game/scripting/function_tables.cpp +++ b/src/client/game/scripting/function_tables.cpp @@ -3511,7 +3511,7 @@ namespace scripting {"allowUse", 0xab2}, {"applyLoadout", 0xcae}, // has applyLoadout notify like IW6's giveLoadout does at the end + similar logic {"Callback_PlayerDamage", 0x19f5}, - {"callbackPlayerDamage", 0x19fe} + {"callbackPlayerDamage", 0x19fe}, {"characters", 0x1c8e}, {"checkDynamicSpawns", 0x1cfa}, {"clearOnVictimDisconnect", 0x1ef9},