Ignore:
Timestamp:
Dec 24, 2015, 1:15:17 PM (9 years ago)
Author:
alloc
Message:

Fixes 6_8_11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/TeleportPlayer.cs

    r253 r254  
    3333                                        ClientInfo ci1 = null;
    3434                                        EntityPlayer ep1 = null;
    35                                         UnityEngine.Vector3 destPos;
     35                                        UnityEngine.Vector3 destPos = new UnityEngine.Vector3 ();
    3636 
    3737                                        if (_params.Count == 2 || _params.Count == 4) {
Note: See TracChangeset for help on using the changeset viewer.