mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
StatsX: cmdReport has to use LANG_SERVER
This commit is contained in:
parent
c19b9d9d5d
commit
bf4ba091e4
@ -1119,7 +1119,7 @@ public cmdReport(id)
|
|||||||
|
|
||||||
new lWeapon[16]
|
new lWeapon[16]
|
||||||
|
|
||||||
formatex(lWeapon, 15, "%L", id, "WEAPON")
|
formatex(lWeapon, 15, "%L", LANG_SERVER, "WEAPON")
|
||||||
strtolower(lWeapon)
|
strtolower(lWeapon)
|
||||||
|
|
||||||
if (iClip >= 0)
|
if (iClip >= 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user