mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +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]
|
||||
|
||||
formatex(lWeapon, 15, "%L", id, "WEAPON")
|
||||
formatex(lWeapon, 15, "%L", LANG_SERVER, "WEAPON")
|
||||
strtolower(lWeapon)
|
||||
|
||||
if (iClip >= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user