mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
removed "J" from amxmodx_version cvar again
This commit is contained in:
parent
5c6db6d743
commit
bec1e418e7
@ -240,11 +240,7 @@ int C_Spawn( edict_t *pent ) {
|
|||||||
attachModules();
|
attachModules();
|
||||||
int loaded = countModules(CountModules_Running); // Call after attachModules so all modules don't have pending stat
|
int loaded = countModules(CountModules_Running); // Call after attachModules so all modules don't have pending stat
|
||||||
// Set some info about amx version and modules
|
// Set some info about amx version and modules
|
||||||
CVAR_SET_STRING(init_amxmodx_version.name, AMX_VERSION
|
CVAR_SET_STRING(init_amxmodx_version.name, AMX_VERSION);
|
||||||
#ifdef JIT
|
|
||||||
"J"
|
|
||||||
#endif
|
|
||||||
);
|
|
||||||
char buffer[32];
|
char buffer[32];
|
||||||
sprintf(buffer, "%d", loaded);
|
sprintf(buffer, "%d", loaded);
|
||||||
CVAR_SET_STRING(init_amxmodx_modules.name, buffer);
|
CVAR_SET_STRING(init_amxmodx_modules.name, buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user