2
0
Fork 0
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:
Valentin Grünbacher 2014-05-02 13:19:24 +02:00
commit bf4ba091e4

View file

@ -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)