1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

adjust last seen format in game interface

This commit is contained in:
RaidMax
2023-06-02 16:35:00 -05:00
parent f633d47762
commit f19ca8a813
6 changed files with 12 additions and 9 deletions

View File

@ -106,7 +106,7 @@ _GetPlayerFromClientNum( clientNum )
return undefined;
}
players = GetPlayers("all");
players = GetPlayers( "all" );
for ( i = 0; i < players.size; i++ )
{