mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
Fog bug fix
Better transition from distance to speed etc
This commit is contained in:
parent
8fcf30cc39
commit
933b1f6db2
2 changed files with 39 additions and 27 deletions
|
|
@ -31,10 +31,7 @@ if (!isActivePackage(StartTeamCounts))
|
|||
activatePackage(StartTeamCounts);
|
||||
|
||||
function GetTeamCounts( %game, %client, %respawn )
|
||||
{
|
||||
//Run MissionTypeOptions
|
||||
MissionTypeOptions();
|
||||
|
||||
{
|
||||
//Get teamcounts
|
||||
if( $GetCountsClientTeamChange && $countdownStarted && $MatchStarted )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue