mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 08:04:39 +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){
|
function SCtFGame::flagCap(%game, %player){
|
||||||
if($dtStats::Enable){
|
if($dtStats::Enable){
|
||||||
%flag = %player.holdingFlag;
|
%flag = %player.holdingFlag;
|
||||||
|
%clTeam = %player.client.team;
|
||||||
%dtStats = %player.client.dtStats;
|
%dtStats = %player.client.dtStats;
|
||||||
%time = ((getSimTime() - $missionStartTime)/1000)/60;
|
%time = ((getSimTime() - $missionStartTime)/1000)/60;
|
||||||
if(%clTeam == 1){
|
if(%clTeam == 1){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue