spumer / Left4Fix

Extension for SourceMod written on C++ and fix major bug on servers more than 8 players: incorrect completion score calculation.
11 stars 6 forks source link

Move TeamSize config to ConVar #8

Open spumer opened 2 years ago

spumer commented 2 years ago

Huge updates require to fix extension. But all we do is replace one code block with another one.

I want to make possible update only gamedata. To do that we need implement few things:

After that we just need to use global var to store TEAM_SIZE and re-patch code each time when ConVar changed