fixed bug am48308
This commit is contained in:
parent
96c49f4ff9
commit
b110021f4f
|
@ -758,6 +758,8 @@ public client_death(killer,victim,wpnindex,hitplace,TK)
|
||||||
}
|
}
|
||||||
|
|
||||||
public showDoubleKill(){
|
public showDoubleKill(){
|
||||||
|
if (g_KillCount < 2)
|
||||||
|
return
|
||||||
new pos = g_KillCount - 2
|
new pos = g_KillCount - 2
|
||||||
if ( pos > 2 ) pos = 2
|
if ( pos > 2 ) pos = 2
|
||||||
if ( DoubleKill ) {
|
if ( DoubleKill ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user