mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-24 08:23:34 +00:00
Fix for LCTF stats
This commit is contained in:
parent
fffc9fd23e
commit
05832eccae
1 changed files with 1 additions and 0 deletions
|
|
@ -2585,6 +2585,7 @@ package dtStatsGame{
|
|||
function SCtFGame::flagCap(%game, %player){
|
||||
if($dtStats::Enable){
|
||||
%flag = %player.holdingFlag;
|
||||
%clTeam = %player.client.team;
|
||||
%dtStats = %player.client.dtStats;
|
||||
%time = ((getSimTime() - $missionStartTime)/1000)/60;
|
||||
if(%clTeam == 1){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue