mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15: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();
|
||||
int loaded = countModules(CountModules_Running); // Call after attachModules so all modules don't have pending stat
|
||||
// Set some info about amx version and modules
|
||||
CVAR_SET_STRING(init_amxmodx_version.name, AMX_VERSION
|
||||
#ifdef JIT
|
||||
"J"
|
||||
#endif
|
||||
);
|
||||
CVAR_SET_STRING(init_amxmodx_version.name, AMX_VERSION);
|
||||
char buffer[32];
|
||||
sprintf(buffer, "%d", loaded);
|
||||
CVAR_SET_STRING(init_amxmodx_modules.name, buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user