mods: untested code (YOLO)

This commit is contained in:
2025-05-18 16:48:11 +02:00
parent 6239fb8a10
commit b25aeb38a5
11 changed files with 368 additions and 26 deletions

View File

@ -11,7 +11,7 @@
namespace dvar_cheats
{
void apply_sv_cheats(const game::dvar_t* dvar, const game::DvarSetSource source, game::dvar_value* value)
void apply_sv_cheats(const game::dvar_t* dvar, const game::DvarSetSource source, game::DvarValue* value)
{
if (dvar && dvar->name == "sv_cheats"s)
{