Advertisement
PsyOps

SC Fix Code

Mar 15th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1.                 if (s.ShipType.ToString() == "255")
  2.                     s.ShipType = player.CurrentShip;
  3.                 else if (s.PreviousShipType.ToString() == "255")
  4.                     s.PreviousShipType = player.CurrentShip;
  5.  
  6.                 player.CurrentShip = s.ShipType;
  7.  
  8.                 if (player.CurrentShip != s.PreviousShipType)
  9.                     player.OldShip = s.PreviousShipType;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement