mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-21 13:39:33 +03:00
StatsX: cmdReport has to use LANG_SERVER
This commit is contained in:
parent
c19b9d9d5d
commit
bf4ba091e4
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ public cmdReport(id)
|
|||
|
||||
new lWeapon[16]
|
||||
|
||||
formatex(lWeapon, 15, "%L", id, "WEAPON")
|
||||
formatex(lWeapon, 15, "%L", LANG_SERVER, "WEAPON")
|
||||
strtolower(lWeapon)
|
||||
|
||||
if (iClip >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue