AFKManager: make kick position even more clear
This commit is contained in:
parent
2571fc58e4
commit
23100c4475
@ -373,7 +373,7 @@ public Action Timer_CheckPlayer(Handle Timer, any Data)
|
||||
if(IdleTime_ > IdleTime)
|
||||
Position++;
|
||||
}
|
||||
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Position: [%d of %d]", Position, FlaggedPlayers);
|
||||
PrintCenterText(client, "You have been kick-flagged for being inactive. Your Kickposition: [%d of %d]", Position, FlaggedPlayers);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user