Ignore:
Timestamp:
Sep 4, 2018, 2:33:52 PM (6 years ago)
Author:
alloc
Message:

More cleanup, allocation improvements

File:
1 edited

Legend:

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

    r325 r326  
    5959                private void removeByPosition (List<string> _coords) {
    6060                        try {
    61                                 int x = int.MinValue;
     61                                int x, y, z;
    6262                                int.TryParse (_coords [0], out x);
    63                                 int y = int.MinValue;
    6463                                int.TryParse (_coords [1], out y);
    65                                 int z = int.MinValue;
    6664                                int.TryParse (_coords [2], out z);
    6765
Note: See TracChangeset for help on using the changeset viewer.