FredericaBernkastel/codmw3-server-DGAdmin-plugin

Non-existent IS function being called

cubrr opened this issue · 1 comments

cubrr commented

From LambAdmin/Commands.cs:2946

ent.Call("disableoffhandsecondaryweapons");

The function disableoffhandsecondaryweapons does not exist or is not at least added as a function by the script. This results in the error message:

[Function::Call] no such function: disableoffhandsecondaryweapons

Fixed by commit 38897b1.

#CLOSED.