~armagetronad-ap/armagetronad/BattleMania

« back to all changes in this revision

Viewing changes to src/special/ktk/ktk.php

  • Committer: zodiacsohma1 at gmail
  • Date: 2014-03-02 08:09:55 UTC
  • Revision ID: zodiacsohma1@gmail.com-20140302080955-r5ot6eipfe0nlpww
Simplified all fields and code in all areas for better as they seem to repeat themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        {
46
46
            foreach (Base::$base->TEAMS as $team)
47
47
            {
48
 
                if (isset($team) && !is_null($team) && $team instanceof Team)
 
48
                if (isset($team) && $team instanceof Team)
49
49
                {
50
50
                    $team->ktk_tp->Assign();
51
51
                }