FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Don't update memory access in IsPlayerClass patch #100

Closed FortyTwoFortyTwo closed 2 years ago

FortyTwoFortyTwo commented 2 years ago

I've talked about this in #84 where using StoreToAddress a lot can cause lag issues due to updating memory access. Not updating it for IsPlayerClass should help a lot into lowering lags.

This update however requires SM 1.11, and that SM 1.10 is now no longer supported.