mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Fix for amb1643: TFC's stats.amxx added an option it did not support to the stats config menu
This commit is contained in:
parent
240c92e20f
commit
a7d6352a22
@ -200,7 +200,6 @@ public plugin_cfg(){
|
|||||||
server_cmd(g_addStast,"Double Kill","DoubleKill")
|
server_cmd(g_addStast,"Double Kill","DoubleKill")
|
||||||
server_cmd(g_addStast,"Double Kill Sound","DoubleKillSound")
|
server_cmd(g_addStast,"Double Kill Sound","DoubleKillSound")
|
||||||
server_cmd(g_addStast,"Bullet Damage","BulletDamage")
|
server_cmd(g_addStast,"Bullet Damage","BulletDamage")
|
||||||
server_cmd(g_addStast,"End Round Stats","EndRoundStats")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public cmdStatsMe(id){
|
public cmdStatsMe(id){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user