diff --git a/src/CodFunctionsDefinitions.ts b/src/CodFunctionsDefinitions.ts index 630ada9..6f0974d 100644 --- a/src/CodFunctionsDefinitions.ts +++ b/src/CodFunctionsDefinitions.ts @@ -8007,7 +8007,16 @@ defs.push(new CodFunction({ module: "Level", supportedAt: "", games: ['CoD2 SP', 'CoD2 MP'], - parameters: [] + parameters: [ + { + name: "entity", + desc: "Entity", + type: "", + isOptional: false, + isVariableLength: false, + isCallOn: false + } + ] })); defs.push(new CodFunction({