mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 05:08:29 +02:00
Refactor getting config values to stop duplicating the rwlock
This commit is contained in:
@@ -81,7 +81,7 @@ bool config_get_client_blacklisted(GameModeConfig *self, const char *client);
|
||||
/*
|
||||
* Get the frequency (in seconds) for the reaper thread
|
||||
*/
|
||||
long config_get_reaper_thread_frequency(GameModeConfig *self);
|
||||
void config_get_reaper_thread_frequency(GameModeConfig *self, long *value);
|
||||
|
||||
/*
|
||||
* Get a set of scripts to call when gamemode starts
|
||||
|
Reference in New Issue
Block a user