hermansimensen / eventqueue-fix

Replaces general event queue found within Source-engine games with a lag-resistant event queue per player entity
GNU General Public License v3.0
19 stars 7 forks source link

beautify a little bit #5

Closed ghost closed 3 years ago

hermansimensen commented 3 years ago

This won't work. We are doing a version check here. If the person trying to run this plugin has bhoptimer 2.6.0 or lower, g_bBhopTimer will return true, even though one of the natives won't be bound.

ghost commented 3 years ago

with that said we could just check whether native Shavit_GetStyleSettingFloat is found or not.