mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 20:28:03 +03:00
removed "J" from amxmodx_version cvar
This commit is contained in:
parent
25071dce26
commit
d50ede5492
@ -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…
x
Reference in New Issue
Block a user