[BETA 120] Still checking removed cvars?

Found a bug in KAC? Post it here.
Locked
myzombie
Posts: 3
Joined: Thu May 21, 2009 10:56 pm

[BETA 120] Still checking removed cvars?

Post by myzombie »

I removed this line from cvars.sp and it's still checking and kicking players with mat_dxlevel lower than 8. I know I can use the kac_removecvar command but I am just reporting a bug.

CVars_AddCVar("mat_dxlevel", COMP_GREATER, ACTION_KICK, "80.0", 0.0, PRIORITY_MEDIUM);
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: [BETA 120] Still checking removed cvars?

Post by Kigen »

You must have not removed it correctly or it Auto-Updated back to the original because the version number wasn't 1.2.0.1.
Image
Locked