2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-12 16:26:15 +03:00

Fix wrong cvar name

This commit is contained in:
OciXCrom 2018-09-12 16:26:46 +02:00
parent 42adcc7700
commit ba8a9e11f3
3 changed files with 3 additions and 3 deletions
configs

@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2
// Hold time for info messages
//
// Default value: 12.0
amx_imessage_x_pos 12.0
amx_imessage_holdtime 12.0
// Set to 1 if you want to show info messages only to dead clients
//

@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2
// Hold time for info messages
//
// Default value: 12.0
amx_imessage_x_pos 12.0
amx_imessage_holdtime 12.0
// Set to 1 if you want to show info messages only to dead clients
//

@ -62,7 +62,7 @@ amx_imessage_y_pos 0.2
// Hold time for info messages
//
// Default value: 12.0
amx_imessage_x_pos 12.0
amx_imessage_holdtime 12.0
// Set to 1 if you want to show info messages only to dead clients
//